Html Css Color HEX #B96FAC Bouquet

📋 copy color: '#B96FAC'

red 185 ◦ green 111 ◦ blue 172

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

Shades of Bouquet #B96FAC

Tints of Bouquet #B96FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.75%

R = 39.53%
G = 23.72%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B96FAC (or 0xB96FAC) is known color: Bouquet. HEX triplet: B9, 6F and AC. RGB value is (185,111,172). Sum of RGB (Red+Green+Blue) = 185+111+172=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B96FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96FAC is #469053. Grayscale: #8B8B8B. Windows color (decimal): -4624468 or 11300793. OLE color: 11300793.

HSL color Cylindrical-coordinate representation of color #B96FAC: hue angle of 310.54º 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 #B96FAC is Cyan = 0, Magento = 0.4, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 111 172 -
CMYK 0 0.4 0.07 0.27
HSL 310.54º 0.35% 0.58% -
HSV(B) 310.54º 0.4% 0.73% -
XYZ 33.14 24.66 42.04 -
YUV 140.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 185 111 172 0 0.4 0.07 0.27 310.54 0.35 0.58
Hex B9 6F AC 0 28 7 1B 137 23 3A
Octal 271 157 254 0 50 7 33 467 43 72
Binary 10111001 1101111 10101100 0 101000 111 11011 100110111 100011 111010

Color Harmonies of #B96FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FAC

Black with #B96FAC

Text Example


Text Example

White with #B96FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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