Html Css Color HEX #B36CDD Medium Orchid

📋 copy color: '#B36CDD'

red 179 ◦ green 108 ◦ blue 221

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

Shades of Medium Orchid #B36CDD

Tints of Medium Orchid #B36CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.26%

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

R = 35.24%
G = 21.26%
B = 43.5%

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

#B36CDD (or 0xB36CDD) is known color: Medium Orchid. HEX triplet: B3, 6C and DD. RGB value is (179,108,221). Sum of RGB (Red+Green+Blue) = 179+108+221=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #B36CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36CDD is #4C9322. Grayscale: #8D8D8D. Windows color (decimal): -5018403 or 14511283. OLE color: 14511283.

HSL color Cylindrical-coordinate representation of color #B36CDD: hue angle of 277.7º 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 #B36CDD is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 108 221 -
CMYK 0.19 0.51 0 0.13
HSL 277.7º 0.62% 0.65% -
HSV(B) 277.7º 0.51% 0.87% -
XYZ 37 25.53 71.38 -
YUV 142.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 179 108 221 0.19 0.51 0 0.13 277.7 0.62 0.65
Hex B3 6C DD 13 33 0 D 116 3E 41
Octal 263 154 335 23 63 0 15 426 76 101
Binary 10110011 1101100 11011101 10011 110011 0 1101 100010110 111110 1000001

Color Harmonies of #B36CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36CDD

Black with #B36CDD

Text Example


Text Example

White with #B36CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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