#B446FE

Color #B446FE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B446FE

Tints of Medium Orchid #B446FE

Color information

#B446FE (or 0xB446FE) is unknown color: approx Medium Orchid. HEX triplet: B4, 46 and FE. RGB value is (180,70,254). Sum of RGB (Red+Green+Blue) = 180+70+254=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 70 (27.73% from 255 or 13.89% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #B446FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B446FE is #4BB901. Grayscale: #7B7B7B. Windows color (decimal): -4962562 or 16664244. OLE color: 16664244.

HSL color Cylindrical-coordinate representation of color #B446FE: hue angle of 275.87º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B446FE is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18070254-
CMYK0.290.7200.00
HSL275.87º98.92%63.53%-
HSV(B)275.87º72.44%99.61%-
XYZ38.921.2495.82-
YUV123.87201.44168.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 70 (27.73% from 255) = 13.89%
BLUE value IS 254 (99.61% from 255) = 50.40%
R=35.71%
G=13.89%
B=50.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal180702540.290.7200.00275.8798.9263.53
HexB446FE1D48001146340
Octal2641063763511000424143100
Binary101101001000110111111101110110010000010001010011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B446FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B446FE; }

 p { color: rgb(180,70,254); }

 H1.HeaderClassName
 {
   color: #B446FE;
 }
 .AnyTagClassName
 {
   color: #B446FE;
 }
</style>
background-color css

<style>
 a { background-color: #B446FE; }

 a { background-color: rgb(180,70,254); }

 div.DivClassName
 {
   background-color: #B446FE;
 }
 .BgClassName
 {
   background-color: #B446FE;
 }
</style>
border-color css

<style>
 span { border-color: #B446FE; }

 span { border-color: rgb(180,70,254); }

 td.TdClassName
 {
   border-color: #B446FE;
 }
 .TagClassName
 {
   border-color: #B446FE;
 }
</style>