Html Css Color HEX #BB7198 Hopbush

📋 copy color: '#BB7198'

red 187 ◦ green 113 ◦ blue 152

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

Shades of Hopbush #BB7198

Tints of Hopbush #BB7198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25%

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

R = 41.37%
G = 25%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB7198 (or 0xBB7198) is known color: Hopbush. HEX triplet: BB, 71 and 98. RGB value is (187,113,152). Sum of RGB (Red+Green+Blue) = 187+113+152=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7198 is #448E67. Grayscale: #8B8B8B. Windows color (decimal): -4492904 or 9990587. OLE color: 9990587.

HSL color Cylindrical-coordinate representation of color #BB7198: hue angle of 328.38º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB7198 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 113 152 -
CMYK 0 0.40 0.19 0.27
HSL 328.38º 0.35% 0.59% -
HSV(B) 328.38º 0.4% 0.73% -
XYZ 32.07 24.64 32.77 -
YUV 139.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 187 113 152 0 0.40 0.19 0.27 328.38 0.35 0.59
Hex BB 71 98 0 28 13 1B 148 23 3B
Octal 273 161 230 0 50 23 33 510 43 73
Binary 10111011 1110001 10011000 0 101000 10011 11011 101001000 100011 111011

Color Harmonies of #BB7198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7198

Black with #BB7198

Text Example


Text Example

White with #BB7198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7198; }

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

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

background-color css

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

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

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

border-color css

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

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

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