Html Css Color HEX #BB1B98 Medium Violet Red

📋 copy color: '#BB1B98'

red 187 ◦ green 27 ◦ blue 152

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

Shades of Medium Violet Red #BB1B98

Tints of Medium Violet Red #BB1B98

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.38%

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

R = 51.09%
G = 7.38%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB1B98 (or 0xBB1B98) is known color: Medium Violet Red. HEX triplet: BB, 1B and 98. RGB value is (187,27,152). Sum of RGB (Red+Green+Blue) = 187+27+152=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1B98 is #44E467. Grayscale: #585858. Windows color (decimal): -4514920 or 9968571. OLE color: 9968571.

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

Color convert

RGB 187 27 152 -
CMYK 0 0.86 0.19 0.27
HSL 313.13º 0.75% 0.42% -
HSV(B) 313.13º 0.86% 0.73% -
XYZ 26.55 13.62 30.93 -
YUV 89.09 163.51 197.84 -
System Red Green Blue C M Y K H S L
Decimal 187 27 152 0 0.86 0.19 0.27 313.13 0.75 0.42
Hex BB 1B 98 0 56 13 1B 139 4B 2A
Octal 273 33 230 0 126 23 33 471 113 52
Binary 10111011 11011 10011000 0 1010110 10011 11011 100111001 1001011 101010

Color Harmonies of #BB1B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1B98

Black with #BB1B98

Text Example


Text Example

White with #BB1B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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