Html Css Color HEX #BB2397 Medium Red Violet

📋 copy color: '#BB2397'

red 187 ◦ green 35 ◦ blue 151

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

Shades of Medium Red Violet #BB2397

Tints of Medium Red Violet #BB2397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.38%

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

R = 50.13%
G = 9.38%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB2397 (or 0xBB2397) is known color: Medium Red Violet. HEX triplet: BB, 23 and 97. RGB value is (187,35,151). Sum of RGB (Red+Green+Blue) = 187+35+151=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2397 is #44DC68. Grayscale: #5D5D5D. Windows color (decimal): -4512873 or 9905083. OLE color: 9905083.

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

Color convert

RGB 187 35 151 -
CMYK 0 0.81 0.19 0.27
HSL 314.21º 0.68% 0.44% -
HSV(B) 314.21º 0.81% 0.73% -
XYZ 26.68 14 30.57 -
YUV 93.67 160.36 194.57 -
System Red Green Blue C M Y K H S L
Decimal 187 35 151 0 0.81 0.19 0.27 314.21 0.68 0.44
Hex BB 23 97 0 51 13 1B 13A 44 2C
Octal 273 43 227 0 121 23 33 472 104 54
Binary 10111011 100011 10010111 0 1010001 10011 11011 100111010 1000100 101100

Color Harmonies of #BB2397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2397

Black with #BB2397

Text Example


Text Example

White with #BB2397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2397; }

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

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

background-color css

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

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

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

border-color css

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

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

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