Html Css Color HEX #B36BD8 Medium Orchid

📋 copy color: '#B36BD8'

red 179 ◦ green 107 ◦ blue 216

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

Shades of Medium Orchid #B36BD8

Tints of Medium Orchid #B36BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.03%

R = 35.66%
G = 21.31%
B = 43.03%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B36BD8 (or 0xB36BD8) is known color: Medium Orchid. HEX triplet: B3, 6B and D8. RGB value is (179,107,216). Sum of RGB (Red+Green+Blue) = 179+107+216=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 216 - color contains mainly: blue. Hex color #B36BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36BD8 is #4C9427. Grayscale: #8C8C8C. Windows color (decimal): -5018664 or 14183347. OLE color: 14183347.

HSL color Cylindrical-coordinate representation of color #B36BD8: hue angle of 279.63º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B36BD8 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 107 216 -
CMYK 0.17 0.50 0 0.15
HSL 279.63º 0.58% 0.63% -
HSV(B) 279.63º 0.5% 0.85% -
XYZ 36.24 25.06 67.89 -
YUV 140.95 170.35 155.14 -
System Red Green Blue C M Y K H S L
Decimal 179 107 216 0.17 0.50 0 0.15 279.63 0.58 0.63
Hex B3 6B D8 11 32 0 F 118 3A 3F
Octal 263 153 330 21 62 0 17 430 72 77
Binary 10110011 1101011 11011000 10001 110010 0 1111 100011000 111010 111111

Color Harmonies of #B36BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36BD8

Black with #B36BD8

Text Example


Text Example

White with #B36BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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