Html Css Color HEX #BB6BA4 Bouquet

📋 copy color: '#BB6BA4'

red 187 ◦ green 107 ◦ blue 164

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

Shades of Bouquet #BB6BA4

Tints of Bouquet #BB6BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.81%

R = 40.83%
G = 23.36%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB6BA4 (or 0xBB6BA4) is known color: Bouquet. HEX triplet: BB, 6B and A4. RGB value is (187,107,164). Sum of RGB (Red+Green+Blue) = 187+107+164=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6BA4 is #44945B. Grayscale: #898989. Windows color (decimal): -4494428 or 10775483. OLE color: 10775483.

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

Color convert

RGB 187 107 164 -
CMYK 0 0.43 0.12 0.27
HSL 317.25º 0.37% 0.58% -
HSV(B) 317.25º 0.43% 0.73% -
XYZ 32.45 23.76 38 -
YUV 137.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 187 107 164 0 0.43 0.12 0.27 317.25 0.37 0.58
Hex BB 6B A4 0 2B C 1B 13D 25 3A
Octal 273 153 244 0 53 14 33 475 45 72
Binary 10111011 1101011 10100100 0 101011 1100 11011 100111101 100101 111010

Color Harmonies of #BB6BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BA4

Black with #BB6BA4

Text Example


Text Example

White with #BB6BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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