Html Css Color HEX #B96FCD Medium Orchid

📋 copy color: '#B96FCD'

red 185 ◦ green 111 ◦ blue 205

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

Shades of Medium Orchid #B96FCD

Tints of Medium Orchid #B96FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.16%

 BLUE value IS 205 (80.47% from 255) = 40.92%

R = 36.93%
G = 22.16%
B = 40.92%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B96FCD (or 0xB96FCD) is known color: Medium Orchid. HEX triplet: B9, 6F and CD. RGB value is (185,111,205). Sum of RGB (Red+Green+Blue) = 185+111+205=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #B96FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FCD is #469032. Grayscale: #8F8F8F. Windows color (decimal): -4624435 or 13463481. OLE color: 13463481.

HSL color Cylindrical-coordinate representation of color #B96FCD: hue angle of 287.23º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96FCD is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 111 205 -
CMYK 0.10 0.46 0 0.20
HSL 287.23º 0.48% 0.62% -
HSV(B) 287.23º 0.46% 0.8% -
XYZ 36.71 26.09 60.86 -
YUV 143.84 162.52 157.36 -
System Red Green Blue C M Y K H S L
Decimal 185 111 205 0.10 0.46 0 0.20 287.23 0.48 0.62
Hex B9 6F CD A 2E 0 14 11F 30 3E
Octal 271 157 315 12 56 0 24 437 60 76
Binary 10111001 1101111 11001101 1010 101110 0 10100 100011111 110000 111110

Color Harmonies of #B96FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FCD

Black with #B96FCD

Text Example


Text Example

White with #B96FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FCD; }

 p { color: rgb(185,111,205); }

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

background-color css

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

 a { background-color: rgb(185,111,205); }

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

border-color css

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

 span { border-color: rgb(185,111,205); }

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