Html Css Color HEX #BB75A6 Bouquet

📋 copy color: '#BB75A6'

red 187 ◦ green 117 ◦ blue 166

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

Shades of Bouquet #BB75A6

Tints of Bouquet #BB75A6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.89%

 BLUE value IS 166 (65.23% from 255) = 35.32%

R = 39.79%
G = 24.89%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB75A6 (or 0xBB75A6) is known color: Bouquet. HEX triplet: BB, 75 and A6. RGB value is (187,117,166). Sum of RGB (Red+Green+Blue) = 187+117+166=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB75A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB75A6 is #448A59. Grayscale: #8F8F8F. Windows color (decimal): -4491866 or 10909115. OLE color: 10909115.

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

Color convert

RGB 187 117 166 -
CMYK 0 0.37 0.11 0.27
HSL 318º 0.34% 0.6% -
HSV(B) 318º 0.37% 0.73% -
XYZ 33.74 26.04 39.32 -
YUV 143.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 187 117 166 0 0.37 0.11 0.27 318 0.34 0.6
Hex BB 75 A6 0 25 B 1B 13E 22 3C
Octal 273 165 246 0 45 13 33 476 42 74
Binary 10111011 1110101 10100110 0 100101 1011 11011 100111110 100010 111100

Color Harmonies of #BB75A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB75A6

Black with #BB75A6

Text Example


Text Example

White with #BB75A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB75A6; }

 p { color: rgb(187,117,166); }

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

background-color css

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

 a { background-color: rgb(187,117,166); }

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

border-color css

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

 span { border-color: rgb(187,117,166); }

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