Html Css Color HEX #BB6497 Hopbush

📋 copy color: '#BB6497'

red 187 ◦ green 100 ◦ blue 151

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

Shades of Hopbush #BB6497

Tints of Hopbush #BB6497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.47%

R = 42.69%
G = 22.83%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB6497 (or 0xBB6497) is known color: Hopbush. HEX triplet: BB, 64 and 97. RGB value is (187,100,151). Sum of RGB (Red+Green+Blue) = 187+100+151=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6497 is #449B68. Grayscale: #838383. Windows color (decimal): -4496233 or 9921723. OLE color: 9921723.

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

Color convert

RGB 187 100 151 -
CMYK 0 0.47 0.19 0.27
HSL 324.83º 0.39% 0.56% -
HSV(B) 324.83º 0.47% 0.73% -
XYZ 30.64 21.91 31.89 -
YUV 131.83 138.82 167.35 -
System Red Green Blue C M Y K H S L
Decimal 187 100 151 0 0.47 0.19 0.27 324.83 0.39 0.56
Hex BB 64 97 0 2F 13 1B 145 27 38
Octal 273 144 227 0 57 23 33 505 47 70
Binary 10111011 1100100 10010111 0 101111 10011 11011 101000101 100111 111000

Color Harmonies of #BB6497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6497

Black with #BB6497

Text Example


Text Example

White with #BB6497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6497; }

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

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

background-color css

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

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

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

border-color css

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

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

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