Html Css Color HEX #BB7FA4 Bouquet

📋 copy color: '#BB7FA4'

red 187 ◦ green 127 ◦ blue 164

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

Shades of Bouquet #BB7FA4

Tints of Bouquet #BB7FA4

RGB

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

 GREEN value IS 127 (50% from 255) = 26.57%

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

R = 39.12%
G = 26.57%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB7FA4 (or 0xBB7FA4) is known color: Bouquet. HEX triplet: BB, 7F and A4. RGB value is (187,127,164). Sum of RGB (Red+Green+Blue) = 187+127+164=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7FA4 is #44805B. Grayscale: #959595. Windows color (decimal): -4489308 or 10780603. OLE color: 10780603.

HSL color Cylindrical-coordinate representation of color #BB7FA4: hue angle of 323º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB7FA4 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 127 164 -
CMYK 0 0.32 0.12 0.27
HSL 323º 0.31% 0.62% -
HSV(B) 323º 0.32% 0.73% -
XYZ 34.78 28.42 38.78 -
YUV 149.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 187 127 164 0 0.32 0.12 0.27 323 0.31 0.62
Hex BB 7F A4 0 20 C 1B 143 1F 3E
Octal 273 177 244 0 40 14 33 503 37 76
Binary 10111011 1111111 10100100 0 100000 1100 11011 101000011 11111 111110

Color Harmonies of #BB7FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7FA4

Black with #BB7FA4

Text Example


Text Example

White with #BB7FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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