Html Css Color HEX #BB7EA1 Bouquet

📋 copy color: '#BB7EA1'

red 187 ◦ green 126 ◦ blue 161

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

Shades of Bouquet #BB7EA1

Tints of Bouquet #BB7EA1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.58%

 BLUE value IS 161 (63.28% from 255) = 33.97%

R = 39.45%
G = 26.58%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB7EA1 (or 0xBB7EA1) is known color: Bouquet. HEX triplet: BB, 7E and A1. RGB value is (187,126,161). Sum of RGB (Red+Green+Blue) = 187+126+161=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7EA1 is #44815E. Grayscale: #949494. Windows color (decimal): -4489567 or 10583739. OLE color: 10583739.

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

Color convert

RGB 187 126 161 -
CMYK 0 0.33 0.14 0.27
HSL 325.57º 0.31% 0.61% -
HSV(B) 325.57º 0.33% 0.73% -
XYZ 34.39 28.06 37.32 -
YUV 148.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 187 126 161 0 0.33 0.14 0.27 325.57 0.31 0.61
Hex BB 7E A1 0 21 E 1B 146 1F 3D
Octal 273 176 241 0 41 16 33 506 37 75
Binary 10111011 1111110 10100001 0 100001 1110 11011 101000110 11111 111101

Color Harmonies of #BB7EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7EA1

Black with #BB7EA1

Text Example


Text Example

White with #BB7EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7EA1; }

 p { color: rgb(187,126,161); }

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

background-color css

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

 a { background-color: rgb(187,126,161); }

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

border-color css

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

 span { border-color: rgb(187,126,161); }

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