Html Css Color HEX #BB6591 Hopbush

📋 copy color: '#BB6591'

red 187 ◦ green 101 ◦ blue 145

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

Shades of Hopbush #BB6591

Tints of Hopbush #BB6591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.33%

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

R = 43.19%
G = 23.33%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB6591 (or 0xBB6591) is known color: Hopbush. HEX triplet: BB, 65 and 91. RGB value is (187,101,145). Sum of RGB (Red+Green+Blue) = 187+101+145=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6591 is #449A6E. Grayscale: #838383. Windows color (decimal): -4495983 or 9528763. OLE color: 9528763.

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

Color convert

RGB 187 101 145 -
CMYK 0 0.46 0.22 0.27
HSL 329.3º 0.39% 0.56% -
HSV(B) 329.3º 0.46% 0.73% -
XYZ 30.26 21.92 29.42 -
YUV 131.73 135.49 167.42 -
System Red Green Blue C M Y K H S L
Decimal 187 101 145 0 0.46 0.22 0.27 329.3 0.39 0.56
Hex BB 65 91 0 2E 16 1B 149 27 38
Octal 273 145 221 0 56 26 33 511 47 70
Binary 10111011 1100101 10010001 0 101110 10110 11011 101001001 100111 111000

Color Harmonies of #BB6591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6591

Black with #BB6591

Text Example


Text Example

White with #BB6591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6591; }

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

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

background-color css

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

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

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

border-color css

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

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

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