Html Css Color HEX #BB6597 Hopbush

📋 copy color: '#BB6597'

red 187 ◦ green 101 ◦ blue 151

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

Shades of Hopbush #BB6597

Tints of Hopbush #BB6597

RGB

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

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

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

R = 42.6%
G = 23.01%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB6597 (or 0xBB6597) is known color: Hopbush. HEX triplet: BB, 65 and 97. RGB value is (187,101,151). Sum of RGB (Red+Green+Blue) = 187+101+151=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6597 is #449A68. Grayscale: #848484. Windows color (decimal): -4495977 or 9921979. OLE color: 9921979.

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

Color convert

RGB 187 101 151 -
CMYK 0 0.46 0.19 0.27
HSL 325.12º 0.39% 0.56% -
HSV(B) 325.12º 0.46% 0.73% -
XYZ 30.73 22.11 31.93 -
YUV 132.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 187 101 151 0 0.46 0.19 0.27 325.12 0.39 0.56
Hex BB 65 97 0 2E 13 1B 145 27 38
Octal 273 145 227 0 56 23 33 505 47 70
Binary 10111011 1100101 10010111 0 101110 10011 11011 101000101 100111 111000

Color Harmonies of #BB6597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6597

Black with #BB6597

Text Example


Text Example

White with #BB6597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6597; }

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

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

background-color css

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

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

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

border-color css

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

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

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