#B439C6

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

Shades of Medium Orchid #B439C6

Tints of Medium Orchid #B439C6

Color information

#B439C6 (or 0xB439C6) is unknown color: approx Medium Orchid. HEX triplet: B4, 39 and C6. RGB value is (180,57,198). Sum of RGB (Red+Green+Blue) = 180+57+198=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #B439C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B439C6 is #4BC639. Grayscale: #6D6D6D. Windows color (decimal): -4965946 or 12990900. OLE color: 12990900.

HSL color Cylindrical-coordinate representation of color #B439C6: hue angle of 292.34º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B439C6 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18057198-
CMYK0.090.7100.22
HSL292.34º55.29%50%-
HSV(B)292.34º71.21%77.65%-
XYZ30.4816.7155.04-
YUV109.85177.75178.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 57 (22.66% from 255) = 13.10%
BLUE value IS 198 (77.73% from 255) = 45.52%
R=41.38%
G=13.10%
B=45.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180571980.090.7100.22292.3455.2950
HexB439C69470161243732
Octal26471306111070264446762
Binary101101001110011100011010011000111010110100100100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B439C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B439C6; }

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

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

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

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

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

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

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

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