Html Css Color HEX #B36DD6 Medium Orchid

📋 copy color: '#B36DD6'

red 179 ◦ green 109 ◦ blue 214

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

Shades of Medium Orchid #B36DD6

Tints of Medium Orchid #B36DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.63%

R = 35.66%
G = 21.71%
B = 42.63%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B36DD6 (or 0xB36DD6) is known color: Medium Orchid. HEX triplet: B3, 6D and D6. RGB value is (179,109,214). Sum of RGB (Red+Green+Blue) = 179+109+214=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 214 - color contains mainly: blue. Hex color #B36DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DD6 is #4C9229. Grayscale: #8D8D8D. Windows color (decimal): -5018154 or 14052787. OLE color: 14052787.

HSL color Cylindrical-coordinate representation of color #B36DD6: hue angle of 280º 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 #B36DD6 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 109 214 -
CMYK 0.16 0.49 0 0.16
HSL 280º 0.56% 0.63% -
HSV(B) 280º 0.49% 0.84% -
XYZ 36.2 25.38 66.61 -
YUV 141.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 179 109 214 0.16 0.49 0 0.16 280 0.56 0.63
Hex B3 6D D6 10 31 0 10 118 38 3F
Octal 263 155 326 20 61 0 20 430 70 77
Binary 10110011 1101101 11010110 10000 110001 0 10000 100011000 111000 111111

Color Harmonies of #B36DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36DD6

Black with #B36DD6

Text Example


Text Example

White with #B36DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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