Html Css Color HEX #B96CC9 Medium Orchid

📋 copy color: '#B96CC9'

red 185 ◦ green 108 ◦ blue 201

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

Shades of Medium Orchid #B96CC9

Tints of Medium Orchid #B96CC9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.86%

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

R = 37.45%
G = 21.86%
B = 40.69%

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

#B96CC9 (or 0xB96CC9) is known color: Medium Orchid. HEX triplet: B9, 6C and C9. RGB value is (185,108,201). Sum of RGB (Red+Green+Blue) = 185+108+201=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #B96CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CC9 is #469336. Grayscale: #8D8D8D. Windows color (decimal): -4625207 or 13200569. OLE color: 13200569.

HSL color Cylindrical-coordinate representation of color #B96CC9: hue angle of 289.68º 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 #B96CC9 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 108 201 -
CMYK 0.08 0.46 0 0.21
HSL 289.68º 0.46% 0.61% -
HSV(B) 289.68º 0.46% 0.79% -
XYZ 35.91 25.26 58.24 -
YUV 141.63 161.51 158.94 -
System Red Green Blue C M Y K H S L
Decimal 185 108 201 0.08 0.46 0 0.21 289.68 0.46 0.61
Hex B9 6C C9 8 2E 0 15 122 2E 3D
Octal 271 154 311 10 56 0 25 442 56 75
Binary 10111001 1101100 11001001 1000 101110 0 10101 100100010 101110 111101

Color Harmonies of #B96CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CC9

Black with #B96CC9

Text Example


Text Example

White with #B96CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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