Html Css Color HEX #BB2F71 Medium Red Violet

📋 copy color: '#BB2F71'

red 187 ◦ green 47 ◦ blue 113

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

Shades of Medium Red Violet #BB2F71

Tints of Medium Red Violet #BB2F71

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.54%

 BLUE value IS 113 (44.53% from 255) = 32.56%

R = 53.89%
G = 13.54%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB2F71 (or 0xBB2F71) is known color: Medium Red Violet. HEX triplet: BB, 2F and 71. RGB value is (187,47,113). Sum of RGB (Red+Green+Blue) = 187+47+113=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2F71 is #44D08E. Grayscale: #606060. Windows color (decimal): -4509839 or 7417787. OLE color: 7417787.

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

Color convert

RGB 187 47 113 -
CMYK 0 0.75 0.40 0.27
HSL 331.71º 0.6% 0.46% -
HSV(B) 331.71º 0.75% 0.73% -
XYZ 24.49 13.79 16.99 -
YUV 96.38 137.38 192.63 -
System Red Green Blue C M Y K H S L
Decimal 187 47 113 0 0.75 0.40 0.27 331.71 0.6 0.46
Hex BB 2F 71 0 4B 28 1B 14C 3C 2E
Octal 273 57 161 0 113 50 33 514 74 56
Binary 10111011 101111 1110001 0 1001011 101000 11011 101001100 111100 101110

Color Harmonies of #BB2F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2F71

Black with #BB2F71

Text Example


Text Example

White with #BB2F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2F71; }

 p { color: rgb(187,47,113); }

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

background-color css

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

 a { background-color: rgb(187,47,113); }

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

border-color css

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

 span { border-color: rgb(187,47,113); }

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