Html Css Color HEX #B36DD2 Medium Orchid

📋 copy color: '#B36DD2'

red 179 ◦ green 109 ◦ blue 210

#B36DD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B36DD2

Tints of Medium Orchid #B36DD2

RGB

 RED value IS 179 (70.31% from 255) = 35.94%

 GREEN value IS 109 (42.97% from 255) = 21.89%

 BLUE value IS 210 (82.42% from 255) = 42.17%

R = 35.94%
G = 21.89%
B = 42.17%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B36DD2 (or 0xB36DD2) is known color: Medium Orchid. HEX triplet: B3, 6D and D2. RGB value is (179,109,210). Sum of RGB (Red+Green+Blue) = 179+109+210=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 210 - color contains mainly: blue. Hex color #B36DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DD2 is #4C922D. Grayscale: #8D8D8D. Windows color (decimal): -5018158 or 13790643. OLE color: 13790643.

HSL color Cylindrical-coordinate representation of color #B36DD2: hue angle of 281.58º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B36DD2 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 109 210 -
CMYK 0.15 0.48 0 0.18
HSL 281.58º 0.53% 0.63% -
HSV(B) 281.58º 0.48% 0.82% -
XYZ 35.69 25.17 63.95 -
YUV 141.44 166.69 154.79 -
System Red Green Blue C M Y K H S L
Decimal 179 109 210 0.15 0.48 0 0.18 281.58 0.53 0.63
Hex B3 6D D2 F 30 0 12 11A 35 3F
Octal 263 155 322 17 60 0 22 432 65 77
Binary 10110011 1101101 11010010 1111 110000 0 10010 100011010 110101 111111

Color Harmonies of #B36DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36DD2

Black with #B36DD2

Text Example


Text Example

White with #B36DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36DD2; }

 p { color: rgb(179,109,210); }

 H1.HeaderClassName
 {
   color: #B36DD2;
 }
 .AnyTagClassName
 {
   color: #B36DD2;
 }
</style>

background-color css

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

 a { background-color: rgb(179,109,210); }

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

border-color css

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

 span { border-color: rgb(179,109,210); }

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