#B36BDA

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

Shades of Medium Orchid #B36BDA

Tints of Medium Orchid #B36BDA

Color information

#B36BDA (or 0xB36BDA) is unknown color: approx Medium Orchid. HEX triplet: B3, 6B and DA. RGB value is (179,107,218). Sum of RGB (Red+Green+Blue) = 179+107+218=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #B36BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36BDA is #4C9425. Grayscale: #8C8C8C. Windows color (decimal): -5018662 or 14314419. OLE color: 14314419.

HSL color Cylindrical-coordinate representation of color #B36BDA: hue angle of 278.92º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B36BDA is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179107218-
CMYK0.180.5100.15
HSL278.92º60%63.73%-
HSV(B)278.92º50.92%85.49%-
XYZ36.525.1669.26-
YUV141.18171.35154.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 107 (42.19% from 255) = 21.23%
BLUE value IS 218 (85.55% from 255) = 43.25%
R=35.52%
G=21.23%
B=43.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791072180.180.5100.15278.926063.73
HexB36BDA12330F1173c40
Octal263153332226301742774100
Binary1011001111010111101101010010110011011111000101111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36BDA; }

 p { color: rgb(179,107,218); }

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

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

 a { background-color: rgb(179,107,218); }

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

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

 span { border-color: rgb(179,107,218); }

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