Html Css Color HEX #BB6FA2 Bouquet

📋 copy color: '#BB6FA2'

red 187 ◦ green 111 ◦ blue 162

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

Shades of Bouquet #BB6FA2

Tints of Bouquet #BB6FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.22%

R = 40.65%
G = 24.13%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB6FA2 (or 0xBB6FA2) is known color: Bouquet. HEX triplet: BB, 6F and A2. RGB value is (187,111,162). Sum of RGB (Red+Green+Blue) = 187+111+162=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6FA2 is #44905D. Grayscale: #8B8B8B. Windows color (decimal): -4493406 or 10645435. OLE color: 10645435.

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

Color convert

RGB 187 111 162 -
CMYK 0 0.41 0.13 0.27
HSL 319.74º 0.36% 0.58% -
HSV(B) 319.74º 0.41% 0.73% -
XYZ 32.7 24.54 37.2 -
YUV 139.54 140.68 161.85 -
System Red Green Blue C M Y K H S L
Decimal 187 111 162 0 0.41 0.13 0.27 319.74 0.36 0.58
Hex BB 6F A2 0 29 D 1B 140 24 3A
Octal 273 157 242 0 51 15 33 500 44 72
Binary 10111011 1101111 10100010 0 101001 1101 11011 101000000 100100 111010

Color Harmonies of #BB6FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FA2

Black with #BB6FA2

Text Example


Text Example

White with #BB6FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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