Html Css Color HEX #BB6BA2 Bouquet

📋 copy color: '#BB6BA2'

red 187 ◦ green 107 ◦ blue 162

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

Shades of Bouquet #BB6BA2

Tints of Bouquet #BB6BA2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.46%

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

R = 41.01%
G = 23.46%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB6BA2 (or 0xBB6BA2) is known color: Bouquet. HEX triplet: BB, 6B and A2. RGB value is (187,107,162). Sum of RGB (Red+Green+Blue) = 187+107+162=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6BA2 is #44945D. Grayscale: #898989. Windows color (decimal): -4494430 or 10644411. OLE color: 10644411.

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

Color convert

RGB 187 107 162 -
CMYK 0 0.43 0.13 0.27
HSL 318.75º 0.37% 0.58% -
HSV(B) 318.75º 0.43% 0.73% -
XYZ 32.27 23.69 37.05 -
YUV 137.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 187 107 162 0 0.43 0.13 0.27 318.75 0.37 0.58
Hex BB 6B A2 0 2B D 1B 13F 25 3A
Octal 273 153 242 0 53 15 33 477 45 72
Binary 10111011 1101011 10100010 0 101011 1101 11011 100111111 100101 111010

Color Harmonies of #BB6BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BA2

Black with #BB6BA2

Text Example


Text Example

White with #BB6BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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