Html Css Color HEX #B36BDD Medium Orchid

📋 copy color: '#B36BDD'

red 179 ◦ green 107 ◦ blue 221

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

Shades of Medium Orchid #B36BDD

Tints of Medium Orchid #B36BDD

RGB

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

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

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

R = 35.31%
G = 21.1%
B = 43.59%

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

#B36BDD (or 0xB36BDD) is known color: Medium Orchid. HEX triplet: B3, 6B and DD. RGB value is (179,107,221). Sum of RGB (Red+Green+Blue) = 179+107+221=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #B36BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36BDD is #4C9422. Grayscale: #8D8D8D. Windows color (decimal): -5018659 or 14511027. OLE color: 14511027.

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

Color convert

RGB 179 107 221 -
CMYK 0.19 0.52 0 0.13
HSL 277.89º 0.63% 0.64% -
HSV(B) 277.89º 0.52% 0.87% -
XYZ 36.9 25.32 71.35 -
YUV 141.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 179 107 221 0.19 0.52 0 0.13 277.89 0.63 0.64
Hex B3 6B DD 13 34 0 D 116 3F 40
Octal 263 153 335 23 64 0 15 426 77 100
Binary 10110011 1101011 11011101 10011 110100 0 1101 100010110 111111 1000000

Color Harmonies of #B36BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36BDD

Black with #B36BDD

Text Example


Text Example

White with #B36BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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