Html Css Color HEX #BB6391 Hopbush

📋 copy color: '#BB6391'

red 187 ◦ green 99 ◦ blue 145

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

Shades of Hopbush #BB6391

Tints of Hopbush #BB6391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.97%

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

R = 43.39%
G = 22.97%
B = 33.64%

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

#BB6391 (or 0xBB6391) is known color: Hopbush. HEX triplet: BB, 63 and 91. RGB value is (187,99,145). Sum of RGB (Red+Green+Blue) = 187+99+145=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6391 is #449C6E. Grayscale: #828282. Windows color (decimal): -4496495 or 9528251. OLE color: 9528251.

HSL color Cylindrical-coordinate representation of color #BB6391: hue angle of 328.64º 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 #BB6391 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 99 145 -
CMYK 0 0.47 0.22 0.27
HSL 328.64º 0.39% 0.56% -
HSV(B) 328.64º 0.47% 0.73% -
XYZ 30.07 21.53 29.36 -
YUV 130.56 136.15 168.26 -
System Red Green Blue C M Y K H S L
Decimal 187 99 145 0 0.47 0.22 0.27 328.64 0.39 0.56
Hex BB 63 91 0 2F 16 1B 149 27 38
Octal 273 143 221 0 57 26 33 511 47 70
Binary 10111011 1100011 10010001 0 101111 10110 11011 101001001 100111 111000

Color Harmonies of #BB6391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6391

Black with #BB6391

Text Example


Text Example

White with #BB6391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6391; }

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

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

background-color css

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

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

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

border-color css

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

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

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