#b36fdc

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

Shades of Medium Orchid #B36FDC

Tints of Medium Orchid #B36FDC

Color information

#B36FDC (or 0xB36FDC) is unknown color: approx Medium Orchid. HEX triplet: B3, 6F and DC. RGB value is (179,111,220). Sum of RGB (Red+Green+Blue) = 179+111+220=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #B36FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FDC is #4C9023. Grayscale: #8F8F8F. Windows color (decimal): -5017636 or 14446515. OLE color: 14446515.

HSL color Cylindrical-coordinate representation of color #B36FDC: hue angle of 277.43º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B36FDC is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179111220-
CMYK0.190.5000.14
HSL277.43º60.89%64.9%-
HSV(B)277.43º49.55%86.27%-
XYZ37.1926.1270.79-
YUV143.76171.03153.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.10%
GREEN value IS 111 (43.75% from 255) = 21.76%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=35.10%
G=21.76%
B=43.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791112200.190.5000.14277.4360.8964.9
HexB36FDC13320E1153d41
Octal263157334236201642575101
Binary1011001111011111101110010011110010011101000101011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b36fdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b36fdc; }

 p { color: rgb(179,111,220); }

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

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

 a { background-color: rgb(179,111,220); }

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

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

 span { border-color: rgb(179,111,220); }

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