Html Css Color HEX #B96ACE Medium Orchid

📋 copy color: '#B96ACE'

red 185 ◦ green 106 ◦ blue 206

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

Shades of Medium Orchid #B96ACE

Tints of Medium Orchid #B96ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.33%

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 37.22%
G = 21.33%
B = 41.45%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B96ACE (or 0xB96ACE) is known color: Medium Orchid. HEX triplet: B9, 6A and CE. RGB value is (185,106,206). Sum of RGB (Red+Green+Blue) = 185+106+206=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #B96ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ACE is #469531. Grayscale: #8C8C8C. Windows color (decimal): -4625714 or 13527737. OLE color: 13527737.

HSL color Cylindrical-coordinate representation of color #B96ACE: hue angle of 287.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B96ACE is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 106 206 -
CMYK 0.10 0.49 0 0.19
HSL 287.4º 0.51% 0.61% -
HSV(B) 287.4º 0.49% 0.81% -
XYZ 36.3 25.08 61.32 -
YUV 141.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 185 106 206 0.10 0.49 0 0.19 287.4 0.51 0.61
Hex B9 6A CE A 31 0 13 11F 33 3D
Octal 271 152 316 12 61 0 23 437 63 75
Binary 10111001 1101010 11001110 1010 110001 0 10011 100011111 110011 111101

Color Harmonies of #B96ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96ACE

Black with #B96ACE

Text Example


Text Example

White with #B96ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96ACE; }

 p { color: rgb(185,106,206); }

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

background-color css

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

 a { background-color: rgb(185,106,206); }

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

border-color css

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

 span { border-color: rgb(185,106,206); }

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