Html Css Color HEX #B96FC9 Medium Orchid

📋 copy color: '#B96FC9'

red 185 ◦ green 111 ◦ blue 201

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

Shades of Medium Orchid #B96FC9

Tints of Medium Orchid #B96FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.44%

R = 37.22%
G = 22.33%
B = 40.44%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B96FC9 (or 0xB96FC9) is known color: Medium Orchid. HEX triplet: B9, 6F and C9. RGB value is (185,111,201). Sum of RGB (Red+Green+Blue) = 185+111+201=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #B96FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FC9 is #469036. Grayscale: #8F8F8F. Windows color (decimal): -4624439 or 13201337. OLE color: 13201337.

HSL color Cylindrical-coordinate representation of color #B96FC9: hue angle of 289.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B96FC9 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 111 201 -
CMYK 0.08 0.45 0 0.21
HSL 289.33º 0.45% 0.61% -
HSV(B) 289.33º 0.45% 0.79% -
XYZ 36.23 25.9 58.35 -
YUV 143.39 160.52 157.68 -
System Red Green Blue C M Y K H S L
Decimal 185 111 201 0.08 0.45 0 0.21 289.33 0.45 0.61
Hex B9 6F C9 8 2D 0 15 121 2D 3D
Octal 271 157 311 10 55 0 25 441 55 75
Binary 10111001 1101111 11001001 1000 101101 0 10101 100100001 101101 111101

Color Harmonies of #B96FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FC9

Black with #B96FC9

Text Example


Text Example

White with #B96FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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