#B439EB

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

Shades of Medium Orchid #B439EB

Tints of Medium Orchid #B439EB

Color information

#B439EB (or 0xB439EB) is unknown color: approx Medium Orchid. HEX triplet: B4, 39 and EB. RGB value is (180,57,235). Sum of RGB (Red+Green+Blue) = 180+57+235=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #B439EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B439EB is #4BC614. Grayscale: #717171. Windows color (decimal): -4965909 or 15415732. OLE color: 15415732.

HSL color Cylindrical-coordinate representation of color #B439EB: hue angle of 281.46º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B439EB is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18057235-
CMYK0.230.7600.08
HSL281.46º81.65%57.25%-
HSV(B)281.46º75.74%92.16%-
XYZ35.2818.6380.33-
YUV114.07196.25175.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 57 (22.66% from 255) = 12.08%
BLUE value IS 235 (92.19% from 255) = 49.79%
R=38.14%
G=12.08%
B=49.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal180572350.230.7600.08281.4681.6557.25
HexB439EB174C081195239
Octal264713532711401043112271
Binary1011010011100111101011101111001100010001000110011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B439EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B439EB; }

 p { color: rgb(180,57,235); }

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

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

 a { background-color: rgb(180,57,235); }

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

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

 span { border-color: rgb(180,57,235); }

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