Html Css Color HEX #BB74AC Bouquet

📋 copy color: '#BB74AC'

red 187 ◦ green 116 ◦ blue 172

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

Shades of Bouquet #BB74AC

Tints of Bouquet #BB74AC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.42%

 BLUE value IS 172 (67.58% from 255) = 36.21%

R = 39.37%
G = 24.42%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB74AC (or 0xBB74AC) is known color: Bouquet. HEX triplet: BB, 74 and AC. RGB value is (187,116,172). Sum of RGB (Red+Green+Blue) = 187+116+172=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB74AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB74AC is #448B53. Grayscale: #8F8F8F. Windows color (decimal): -4492116 or 11302075. OLE color: 11302075.

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

Color convert

RGB 187 116 172 -
CMYK 0 0.38 0.08 0.27
HSL 312.68º 0.34% 0.59% -
HSV(B) 312.68º 0.38% 0.73% -
XYZ 34.19 26.03 42.25 -
YUV 143.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 187 116 172 0 0.38 0.08 0.27 312.68 0.34 0.59
Hex BB 74 AC 0 26 8 1B 139 22 3B
Octal 273 164 254 0 46 10 33 471 42 73
Binary 10111011 1110100 10101100 0 100110 1000 11011 100111001 100010 111011

Color Harmonies of #BB74AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB74AC

Black with #BB74AC

Text Example


Text Example

White with #BB74AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB74AC; }

 p { color: rgb(187,116,172); }

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

background-color css

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

 a { background-color: rgb(187,116,172); }

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

border-color css

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

 span { border-color: rgb(187,116,172); }

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