Html Css Color HEX #BB2A70 Medium Red Violet

📋 copy color: '#BB2A70'

red 187 ◦ green 42 ◦ blue 112

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

Shades of Medium Red Violet #BB2A70

Tints of Medium Red Violet #BB2A70

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.32%

 BLUE value IS 112 (44.14% from 255) = 32.84%

R = 54.84%
G = 12.32%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB2A70 (or 0xBB2A70) is known color: Medium Red Violet. HEX triplet: BB, 2A and 70. RGB value is (187,42,112). Sum of RGB (Red+Green+Blue) = 187+42+112=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2A70 is #44D58F. Grayscale: #5D5D5D. Windows color (decimal): -4511120 or 7350971. OLE color: 7350971.

HSL color Cylindrical-coordinate representation of color #BB2A70: hue angle of 331.03º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2A70 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 42 112 -
CMYK 0 0.78 0.40 0.27
HSL 331.03º 0.63% 0.45% -
HSV(B) 331.03º 0.78% 0.73% -
XYZ 24.25 13.39 16.64 -
YUV 93.34 138.54 194.81 -
System Red Green Blue C M Y K H S L
Decimal 187 42 112 0 0.78 0.40 0.27 331.03 0.63 0.45
Hex BB 2A 70 0 4E 28 1B 14B 3F 2D
Octal 273 52 160 0 116 50 33 513 77 55
Binary 10111011 101010 1110000 0 1001110 101000 11011 101001011 111111 101101

Color Harmonies of #BB2A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2A70

Black with #BB2A70

Text Example


Text Example

White with #BB2A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2A70; }

 p { color: rgb(187,42,112); }

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

background-color css

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

 a { background-color: rgb(187,42,112); }

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

border-color css

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

 span { border-color: rgb(187,42,112); }

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