Html Css Color HEX #B96DC9 Medium Orchid

📋 copy color: '#B96DC9'

red 185 ◦ green 109 ◦ blue 201

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

Shades of Medium Orchid #B96DC9

Tints of Medium Orchid #B96DC9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.02%

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

R = 37.37%
G = 22.02%
B = 40.61%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B96DC9 (or 0xB96DC9) is known color: Medium Orchid. HEX triplet: B9, 6D and C9. RGB value is (185,109,201). Sum of RGB (Red+Green+Blue) = 185+109+201=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #B96DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96DC9 is #469236. Grayscale: #8D8D8D. Windows color (decimal): -4624951 or 13200825. OLE color: 13200825.

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

Color convert

RGB 185 109 201 -
CMYK 0.08 0.46 0 0.21
HSL 289.57º 0.46% 0.61% -
HSV(B) 289.57º 0.46% 0.79% -
XYZ 36.02 25.47 58.28 -
YUV 142.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 185 109 201 0.08 0.46 0 0.21 289.57 0.46 0.61
Hex B9 6D C9 8 2E 0 15 122 2E 3D
Octal 271 155 311 10 56 0 25 442 56 75
Binary 10111001 1101101 11001001 1000 101110 0 10101 100100010 101110 111101

Color Harmonies of #B96DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DC9

Black with #B96DC9

Text Example


Text Example

White with #B96DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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