Html Css Color HEX #B36EDD Medium Orchid

📋 copy color: '#B36EDD'

red 179 ◦ green 110 ◦ blue 221

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

Shades of Medium Orchid #B36EDD

Tints of Medium Orchid #B36EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.57%

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

R = 35.1%
G = 21.57%
B = 43.33%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B36EDD (or 0xB36EDD) is known color: Medium Orchid. HEX triplet: B3, 6E and DD. RGB value is (179,110,221). Sum of RGB (Red+Green+Blue) = 179+110+221=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #B36EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36EDD is #4C9122. Grayscale: #8E8E8E. Windows color (decimal): -5017891 or 14511795. OLE color: 14511795.

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

Color convert

RGB 179 110 221 -
CMYK 0.19 0.50 0 0.13
HSL 277.3º 0.62% 0.65% -
HSV(B) 277.3º 0.5% 0.87% -
XYZ 37.22 25.96 71.46 -
YUV 143.29 171.86 153.47 -
System Red Green Blue C M Y K H S L
Decimal 179 110 221 0.19 0.50 0 0.13 277.3 0.62 0.65
Hex B3 6E DD 13 32 0 D 115 3E 41
Octal 263 156 335 23 62 0 15 425 76 101
Binary 10110011 1101110 11011101 10011 110010 0 1101 100010101 111110 1000001

Color Harmonies of #B36EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36EDD

Black with #B36EDD

Text Example


Text Example

White with #B36EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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