Html Css Color HEX #BB1498 Medium Violet Red

📋 copy color: '#BB1498'

red 187 ◦ green 20 ◦ blue 152

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

Shades of Medium Violet Red #BB1498

Tints of Medium Violet Red #BB1498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.57%

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

R = 52.09%
G = 5.57%
B = 42.34%

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

#BB1498 (or 0xBB1498) is known color: Medium Violet Red. HEX triplet: BB, 14 and 98. RGB value is (187,20,152). Sum of RGB (Red+Green+Blue) = 187+20+152=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1498 is #44EB67. Grayscale: #545454. Windows color (decimal): -4516712 or 9966779. OLE color: 9966779.

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

Color convert

RGB 187 20 152 -
CMYK 0 0.89 0.19 0.27
HSL 312.57º 0.81% 0.41% -
HSV(B) 312.57º 0.89% 0.73% -
XYZ 26.41 13.33 30.89 -
YUV 84.98 165.83 200.77 -
System Red Green Blue C M Y K H S L
Decimal 187 20 152 0 0.89 0.19 0.27 312.57 0.81 0.41
Hex BB 14 98 0 59 13 1B 139 51 29
Octal 273 24 230 0 131 23 33 471 121 51
Binary 10111011 10100 10011000 0 1011001 10011 11011 100111001 1010001 101001

Color Harmonies of #BB1498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1498

Black with #BB1498

Text Example


Text Example

White with #BB1498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1498; }

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

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

background-color css

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

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

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

border-color css

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

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

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