Html Css Color HEX #B36BDE Medium Orchid

📋 copy color: '#B36BDE'

red 179 ◦ green 107 ◦ blue 222

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

Shades of Medium Orchid #B36BDE

Tints of Medium Orchid #B36BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.7%

R = 35.24%
G = 21.06%
B = 43.7%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B36BDE (or 0xB36BDE) is known color: Medium Orchid. HEX triplet: B3, 6B and DE. RGB value is (179,107,222). Sum of RGB (Red+Green+Blue) = 179+107+222=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #B36BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36BDE is #4C9421. Grayscale: #8D8D8D. Windows color (decimal): -5018658 or 14576563. OLE color: 14576563.

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

Color convert

RGB 179 107 222 -
CMYK 0.19 0.52 0 0.13
HSL 277.57º 0.64% 0.65% -
HSV(B) 277.57º 0.52% 0.87% -
XYZ 37.03 25.37 72.05 -
YUV 141.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 179 107 222 0.19 0.52 0 0.13 277.57 0.64 0.65
Hex B3 6B DE 13 34 0 D 116 40 41
Octal 263 153 336 23 64 0 15 426 100 101
Binary 10110011 1101011 11011110 10011 110100 0 1101 100010110 1000000 1000001

Color Harmonies of #B36BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36BDE

Black with #B36BDE

Text Example


Text Example

White with #B36BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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