Html Css Color HEX #BB6491 Hopbush

📋 copy color: '#BB6491'

red 187 ◦ green 100 ◦ blue 145

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

Shades of Hopbush #BB6491

Tints of Hopbush #BB6491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.15%

 BLUE value IS 145 (57.03% from 255) = 33.56%

R = 43.29%
G = 23.15%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB6491 (or 0xBB6491) is known color: Hopbush. HEX triplet: BB, 64 and 91. RGB value is (187,100,145). Sum of RGB (Red+Green+Blue) = 187+100+145=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6491 is #449B6E. Grayscale: #838383. Windows color (decimal): -4496239 or 9528507. OLE color: 9528507.

HSL color Cylindrical-coordinate representation of color #BB6491: hue angle of 328.97º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6491 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 100 145 -
CMYK 0 0.47 0.22 0.27
HSL 328.97º 0.39% 0.56% -
HSV(B) 328.97º 0.47% 0.73% -
XYZ 30.16 21.72 29.39 -
YUV 131.14 135.82 167.84 -
System Red Green Blue C M Y K H S L
Decimal 187 100 145 0 0.47 0.22 0.27 328.97 0.39 0.56
Hex BB 64 91 0 2F 16 1B 149 27 38
Octal 273 144 221 0 57 26 33 511 47 70
Binary 10111011 1100100 10010001 0 101111 10110 11011 101001001 100111 111000

Color Harmonies of #BB6491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6491

Black with #BB6491

Text Example


Text Example

White with #BB6491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6491; }

 p { color: rgb(187,100,145); }

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

background-color css

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

 a { background-color: rgb(187,100,145); }

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

border-color css

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

 span { border-color: rgb(187,100,145); }

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