Html Css Color HEX #B36DDD Medium Orchid

📋 copy color: '#B36DDD'

red 179 ◦ green 109 ◦ blue 221

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

Shades of Medium Orchid #B36DDD

Tints of Medium Orchid #B36DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 35.17%
G = 21.41%
B = 43.42%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B36DDD (or 0xB36DDD) is known color: Medium Orchid. HEX triplet: B3, 6D and DD. RGB value is (179,109,221). Sum of RGB (Red+Green+Blue) = 179+109+221=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #B36DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DDD is #4C9222. Grayscale: #8E8E8E. Windows color (decimal): -5018147 or 14511539. OLE color: 14511539.

HSL color Cylindrical-coordinate representation of color #B36DDD: hue angle of 277.5º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B36DDD is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 109 221 -
CMYK 0.19 0.51 0 0.13
HSL 277.5º 0.62% 0.65% -
HSV(B) 277.5º 0.51% 0.87% -
XYZ 37.11 25.74 71.42 -
YUV 142.7 172.19 153.89 -
System Red Green Blue C M Y K H S L
Decimal 179 109 221 0.19 0.51 0 0.13 277.5 0.62 0.65
Hex B3 6D DD 13 33 0 D 116 3E 41
Octal 263 155 335 23 63 0 15 426 76 101
Binary 10110011 1101101 11011101 10011 110011 0 1101 100010110 111110 1000001

Color Harmonies of #B36DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36DDD

Black with #B36DDD

Text Example


Text Example

White with #B36DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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