Html Css Color HEX #BB6598 Hopbush

📋 copy color: '#BB6598'

red 187 ◦ green 101 ◦ blue 152

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

Shades of Hopbush #BB6598

Tints of Hopbush #BB6598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.55%

R = 42.5%
G = 22.95%
B = 34.55%

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

#BB6598 (or 0xBB6598) is known color: Hopbush. HEX triplet: BB, 65 and 98. RGB value is (187,101,152). Sum of RGB (Red+Green+Blue) = 187+101+152=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6598 is #449A67. Grayscale: #848484. Windows color (decimal): -4495976 or 9987515. OLE color: 9987515.

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

Color convert

RGB 187 101 152 -
CMYK 0 0.46 0.19 0.27
HSL 324.42º 0.39% 0.56% -
HSV(B) 324.42º 0.46% 0.73% -
XYZ 30.81 22.14 32.35 -
YUV 132.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 187 101 152 0 0.46 0.19 0.27 324.42 0.39 0.56
Hex BB 65 98 0 2E 13 1B 144 27 38
Octal 273 145 230 0 56 23 33 504 47 70
Binary 10111011 1100101 10011000 0 101110 10011 11011 101000100 100111 111000

Color Harmonies of #BB6598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6598

Black with #BB6598

Text Example


Text Example

White with #BB6598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6598; }

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

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

background-color css

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

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

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

border-color css

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

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

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