Html Css Color HEX #B36BD6 Medium Orchid

📋 copy color: '#B36BD6'

red 179 ◦ green 107 ◦ blue 214

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

Shades of Medium Orchid #B36BD6

Tints of Medium Orchid #B36BD6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.4%

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

R = 35.8%
G = 21.4%
B = 42.8%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B36BD6 (or 0xB36BD6) is known color: Medium Orchid. HEX triplet: B3, 6B and D6. RGB value is (179,107,214). Sum of RGB (Red+Green+Blue) = 179+107+214=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #B36BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36BD6 is #4C9429. Grayscale: #8C8C8C. Windows color (decimal): -5018666 or 14052275. OLE color: 14052275.

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

Color convert

RGB 179 107 214 -
CMYK 0.16 0.50 0 0.16
HSL 280.37º 0.57% 0.63% -
HSV(B) 280.37º 0.5% 0.84% -
XYZ 35.99 24.95 66.54 -
YUV 140.73 169.35 155.3 -
System Red Green Blue C M Y K H S L
Decimal 179 107 214 0.16 0.50 0 0.16 280.37 0.57 0.63
Hex B3 6B D6 10 32 0 10 118 39 3F
Octal 263 153 326 20 62 0 20 430 71 77
Binary 10110011 1101011 11010110 10000 110010 0 10000 100011000 111001 111111

Color Harmonies of #B36BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36BD6

Black with #B36BD6

Text Example


Text Example

White with #B36BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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