Html Css Color HEX #B96EDD Medium Orchid

📋 copy color: '#B96EDD'

red 185 ◦ green 110 ◦ blue 221

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

Shades of Medium Orchid #B96EDD

Tints of Medium Orchid #B96EDD

RGB

 RED value IS 185 (72.66% from 255) = 35.85%

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

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

R = 35.85%
G = 21.32%
B = 42.83%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B96EDD (or 0xB96EDD) is known color: Medium Orchid. HEX triplet: B9, 6E and DD. RGB value is (185,110,221). Sum of RGB (Red+Green+Blue) = 185+110+221=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #B96EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EDD is #469122. Grayscale: #909090. Windows color (decimal): -4624675 or 14511801. OLE color: 14511801.

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

Color convert

RGB 185 110 221 -
CMYK 0.16 0.50 0 0.13
HSL 280.54º 0.62% 0.65% -
HSV(B) 280.54º 0.5% 0.87% -
XYZ 38.63 26.69 71.52 -
YUV 145.08 170.85 156.47 -
System Red Green Blue C M Y K H S L
Decimal 185 110 221 0.16 0.50 0 0.13 280.54 0.62 0.65
Hex B9 6E DD 10 32 0 D 119 3E 41
Octal 271 156 335 20 62 0 15 431 76 101
Binary 10111001 1101110 11011101 10000 110010 0 1101 100011001 111110 1000001

Color Harmonies of #B96EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96EDD

Black with #B96EDD

Text Example


Text Example

White with #B96EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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