Html Css Color HEX #BB6FAC Bouquet

📋 copy color: '#BB6FAC'

red 187 ◦ green 111 ◦ blue 172

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

Shades of Bouquet #BB6FAC

Tints of Bouquet #BB6FAC

RGB

 RED value IS 187 (73.44% from 255) = 39.79%

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

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

R = 39.79%
G = 23.62%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB6FAC (or 0xBB6FAC) is known color: Bouquet. HEX triplet: BB, 6F and AC. RGB value is (187,111,172). Sum of RGB (Red+Green+Blue) = 187+111+172=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6FAC is #449053. Grayscale: #8C8C8C. Windows color (decimal): -4493396 or 11300795. OLE color: 11300795.

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

Color convert

RGB 187 111 172 -
CMYK 0 0.41 0.08 0.27
HSL 311.84º 0.36% 0.58% -
HSV(B) 311.84º 0.41% 0.73% -
XYZ 33.62 24.91 42.07 -
YUV 140.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 187 111 172 0 0.41 0.08 0.27 311.84 0.36 0.58
Hex BB 6F AC 0 29 8 1B 138 24 3A
Octal 273 157 254 0 51 10 33 470 44 72
Binary 10111011 1101111 10101100 0 101001 1000 11011 100111000 100100 111010

Color Harmonies of #BB6FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FAC

Black with #BB6FAC

Text Example


Text Example

White with #BB6FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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