Html Css Color HEX #BB1897 Medium Violet Red

📋 copy color: '#BB1897'

red 187 ◦ green 24 ◦ blue 151

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

Shades of Medium Violet Red #BB1897

Tints of Medium Violet Red #BB1897

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.63%

 BLUE value IS 151 (59.38% from 255) = 41.71%

R = 51.66%
G = 6.63%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB1897 (or 0xBB1897) is known color: Medium Violet Red. HEX triplet: BB, 18 and 97. RGB value is (187,24,151). Sum of RGB (Red+Green+Blue) = 187+24+151=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1897 is #44E768. Grayscale: #565656. Windows color (decimal): -4515689 or 9902267. OLE color: 9902267.

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

Color convert

RGB 187 24 151 -
CMYK 0 0.87 0.19 0.27
HSL 313.25º 0.77% 0.41% -
HSV(B) 313.25º 0.87% 0.73% -
XYZ 26.41 13.45 30.48 -
YUV 87.22 164 199.17 -
System Red Green Blue C M Y K H S L
Decimal 187 24 151 0 0.87 0.19 0.27 313.25 0.77 0.41
Hex BB 18 97 0 57 13 1B 139 4D 29
Octal 273 30 227 0 127 23 33 471 115 51
Binary 10111011 11000 10010111 0 1010111 10011 11011 100111001 1001101 101001

Color Harmonies of #BB1897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1897

Black with #BB1897

Text Example


Text Example

White with #BB1897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1897; }

 p { color: rgb(187,24,151); }

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

background-color css

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

 a { background-color: rgb(187,24,151); }

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

border-color css

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

 span { border-color: rgb(187,24,151); }

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