Html Css Color HEX #BB1598 Medium Violet Red

📋 copy color: '#BB1598'

red 187 ◦ green 21 ◦ blue 152

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

Shades of Medium Violet Red #BB1598

Tints of Medium Violet Red #BB1598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.83%

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

R = 51.94%
G = 5.83%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB1598 (or 0xBB1598) is known color: Medium Violet Red. HEX triplet: BB, 15 and 98. RGB value is (187,21,152). Sum of RGB (Red+Green+Blue) = 187+21+152=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1598 is #44EA67. Grayscale: #555555. Windows color (decimal): -4516456 or 9967035. OLE color: 9967035.

HSL color Cylindrical-coordinate representation of color #BB1598: hue angle of 312.65º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1598 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 21 152 -
CMYK 0 0.89 0.19 0.27
HSL 312.65º 0.8% 0.41% -
HSV(B) 312.65º 0.89% 0.73% -
XYZ 26.43 13.37 30.89 -
YUV 85.57 165.5 200.35 -
System Red Green Blue C M Y K H S L
Decimal 187 21 152 0 0.89 0.19 0.27 312.65 0.8 0.41
Hex BB 15 98 0 59 13 1B 139 50 29
Octal 273 25 230 0 131 23 33 471 120 51
Binary 10111011 10101 10011000 0 1011001 10011 11011 100111001 1010000 101001

Color Harmonies of #BB1598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1598

Black with #BB1598

Text Example


Text Example

White with #BB1598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1598; }

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

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

background-color css

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

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

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

border-color css

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

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

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