#B36CD5

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

Shades of Medium Orchid #B36CD5

Tints of Medium Orchid #B36CD5

Color information

#B36CD5 (or 0xB36CD5) is unknown color: approx Medium Orchid. HEX triplet: B3, 6C and D5. RGB value is (179,108,213). Sum of RGB (Red+Green+Blue) = 179+108+213=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #B36CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36CD5 is #4C932A. Grayscale: #8C8C8C. Windows color (decimal): -5018411 or 13986995. OLE color: 13986995.

HSL color Cylindrical-coordinate representation of color #B36CD5: hue angle of 280.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B36CD5 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179108213-
CMYK0.160.4900.16
HSL280.57º55.56%62.94%-
HSV(B)280.57º49.3%83.53%-
XYZ35.9625.1165.9-
YUV141.2168.52154.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.8%
GREEN value IS 108 (42.58% from 255) = 21.6%
BLUE value IS 213 (83.59% from 255) = 42.6%
R=35.8%
G=21.6%
B=42.6%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791082130.160.4900.16280.5755.5662.94
HexB36CD51031010119383f
Octal26315432520610204317077
Binary1011001111011001101010110000110001010000100011001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36CD5; }

 p { color: rgb(179,108,213); }

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

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

 a { background-color: rgb(179,108,213); }

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

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

 span { border-color: rgb(179,108,213); }

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