Html Css Color HEX #BB1F98 Medium Violet Red

📋 copy color: '#BB1F98'

red 187 ◦ green 31 ◦ blue 152

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

Shades of Medium Violet Red #BB1F98

Tints of Medium Violet Red #BB1F98

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.38%

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

R = 50.54%
G = 8.38%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB1F98 (or 0xBB1F98) is known color: Medium Violet Red. HEX triplet: BB, 1F and 98. RGB value is (187,31,152). Sum of RGB (Red+Green+Blue) = 187+31+152=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1F98 is #44E067. Grayscale: #5B5B5B. Windows color (decimal): -4513896 or 9969595. OLE color: 9969595.

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

Color convert

RGB 187 31 152 -
CMYK 0 0.83 0.19 0.27
HSL 313.46º 0.72% 0.43% -
HSV(B) 313.46º 0.83% 0.73% -
XYZ 26.65 13.81 30.97 -
YUV 91.44 162.18 196.16 -
System Red Green Blue C M Y K H S L
Decimal 187 31 152 0 0.83 0.19 0.27 313.46 0.72 0.43
Hex BB 1F 98 0 53 13 1B 139 48 2B
Octal 273 37 230 0 123 23 33 471 110 53
Binary 10111011 11111 10011000 0 1010011 10011 11011 100111001 1001000 101011

Color Harmonies of #BB1F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1F98

Black with #BB1F98

Text Example


Text Example

White with #BB1F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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