Html Css Color HEX #B96FAA Bouquet

📋 copy color: '#B96FAA'

red 185 ◦ green 111 ◦ blue 170

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

Shades of Bouquet #B96FAA

Tints of Bouquet #B96FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.48%

R = 39.7%
G = 23.82%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B96FAA (or 0xB96FAA) is known color: Bouquet. HEX triplet: B9, 6F and AA. RGB value is (185,111,170). Sum of RGB (Red+Green+Blue) = 185+111+170=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B96FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96FAA is #469055. Grayscale: #8B8B8B. Windows color (decimal): -4624470 or 11169721. OLE color: 11169721.

HSL color Cylindrical-coordinate representation of color #B96FAA: hue angle of 312.16º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B96FAA is Cyan = 0, Magento = 0.4, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 111 170 -
CMYK 0 0.4 0.08 0.27
HSL 312.16º 0.35% 0.58% -
HSV(B) 312.16º 0.4% 0.73% -
XYZ 32.95 24.59 41.04 -
YUV 139.85 145.02 160.2 -
System Red Green Blue C M Y K H S L
Decimal 185 111 170 0 0.4 0.08 0.27 312.16 0.35 0.58
Hex B9 6F AA 0 28 8 1B 138 23 3A
Octal 271 157 252 0 50 10 33 470 43 72
Binary 10111001 1101111 10101010 0 101000 1000 11011 100111000 100011 111010

Color Harmonies of #B96FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FAA

Black with #B96FAA

Text Example


Text Example

White with #B96FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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