Html Css Color HEX #B96ED9 Medium Orchid

📋 copy color: '#B96ED9'

red 185 ◦ green 110 ◦ blue 217

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

Shades of Medium Orchid #B96ED9

Tints of Medium Orchid #B96ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.38%

R = 36.13%
G = 21.48%
B = 42.38%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B96ED9 (or 0xB96ED9) is known color: Medium Orchid. HEX triplet: B9, 6E and D9. RGB value is (185,110,217). Sum of RGB (Red+Green+Blue) = 185+110+217=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 217 - color contains mainly: blue. Hex color #B96ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ED9 is #469126. Grayscale: #909090. Windows color (decimal): -4624679 or 14249657. OLE color: 14249657.

HSL color Cylindrical-coordinate representation of color #B96ED9: hue angle of 282.06º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B96ED9 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 110 217 -
CMYK 0.15 0.49 0 0.15
HSL 282.06º 0.58% 0.64% -
HSV(B) 282.06º 0.49% 0.85% -
XYZ 38.11 26.48 68.75 -
YUV 144.62 168.85 156.8 -
System Red Green Blue C M Y K H S L
Decimal 185 110 217 0.15 0.49 0 0.15 282.06 0.58 0.64
Hex B9 6E D9 F 31 0 F 11A 3A 40
Octal 271 156 331 17 61 0 17 432 72 100
Binary 10111001 1101110 11011001 1111 110001 0 1111 100011010 111010 1000000

Color Harmonies of #B96ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96ED9

Black with #B96ED9

Text Example


Text Example

White with #B96ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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