Html Css Color HEX #B96ED5 Medium Orchid

📋 copy color: '#B96ED5'

red 185 ◦ green 110 ◦ blue 213

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

Shades of Medium Orchid #B96ED5

Tints of Medium Orchid #B96ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.93%

R = 36.42%
G = 21.65%
B = 41.93%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B96ED5 (or 0xB96ED5) is known color: Medium Orchid. HEX triplet: B9, 6E and D5. RGB value is (185,110,213). Sum of RGB (Red+Green+Blue) = 185+110+213=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #B96ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ED5 is #46912A. Grayscale: #8F8F8F. Windows color (decimal): -4624683 or 13987513. OLE color: 13987513.

HSL color Cylindrical-coordinate representation of color #B96ED5: hue angle of 283.69º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B96ED5 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 110 213 -
CMYK 0.13 0.48 0 0.16
HSL 283.69º 0.55% 0.63% -
HSV(B) 283.69º 0.48% 0.84% -
XYZ 37.59 26.27 66.04 -
YUV 144.17 166.85 157.12 -
System Red Green Blue C M Y K H S L
Decimal 185 110 213 0.13 0.48 0 0.16 283.69 0.55 0.63
Hex B9 6E D5 D 30 0 10 11C 37 3F
Octal 271 156 325 15 60 0 20 434 67 77
Binary 10111001 1101110 11010101 1101 110000 0 10000 100011100 110111 111111

Color Harmonies of #B96ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96ED5

Black with #B96ED5

Text Example


Text Example

White with #B96ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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