Html Css Color HEX #BB70A5 Bouquet

📋 copy color: '#BB70A5'

red 187 ◦ green 112 ◦ blue 165

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

Shades of Bouquet #BB70A5

Tints of Bouquet #BB70A5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.14%

 BLUE value IS 165 (64.84% from 255) = 35.56%

R = 40.3%
G = 24.14%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB70A5 (or 0xBB70A5) is known color: Bouquet. HEX triplet: BB, 70 and A5. RGB value is (187,112,165). Sum of RGB (Red+Green+Blue) = 187+112+165=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB70A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB70A5 is #448F5A. Grayscale: #8C8C8C. Windows color (decimal): -4493147 or 10842299. OLE color: 10842299.

HSL color Cylindrical-coordinate representation of color #BB70A5: hue angle of 317.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB70A5 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 112 165 -
CMYK 0 0.40 0.12 0.27
HSL 317.6º 0.36% 0.59% -
HSV(B) 317.6º 0.4% 0.73% -
XYZ 33.08 24.87 38.65 -
YUV 140.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 187 112 165 0 0.40 0.12 0.27 317.6 0.36 0.59
Hex BB 70 A5 0 28 C 1B 13E 24 3B
Octal 273 160 245 0 50 14 33 476 44 73
Binary 10111011 1110000 10100101 0 101000 1100 11011 100111110 100100 111011

Color Harmonies of #BB70A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70A5

Black with #BB70A5

Text Example


Text Example

White with #BB70A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70A5; }

 p { color: rgb(187,112,165); }

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

background-color css

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

 a { background-color: rgb(187,112,165); }

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

border-color css

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

 span { border-color: rgb(187,112,165); }

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