Html Css Color HEX #BC2F71 Medium Red Violet

📋 copy color: '#BC2F71'

red 188 ◦ green 47 ◦ blue 113

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

Shades of Medium Red Violet #BC2F71

Tints of Medium Red Violet #BC2F71

RGB

 RED value IS 188 (73.83% from 255) = 54.02%

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

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

R = 54.02%
G = 13.51%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC2F71 (or 0xBC2F71) is known color: Medium Red Violet. HEX triplet: BC, 2F and 71. RGB value is (188,47,113). Sum of RGB (Red+Green+Blue) = 188+47+113=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F71 is #43D08E. Grayscale: #606060. Windows color (decimal): -4444303 or 7417788. OLE color: 7417788.

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

Color convert

RGB 188 47 113 -
CMYK 0 0.75 0.40 0.26
HSL 331.91º 0.6% 0.46% -
HSV(B) 331.91º 0.75% 0.74% -
XYZ 24.74 13.92 17.01 -
YUV 96.68 137.21 193.13 -
System Red Green Blue C M Y K H S L
Decimal 188 47 113 0 0.75 0.40 0.26 331.91 0.6 0.46
Hex BC 2F 71 0 4B 28 1A 14C 3C 2E
Octal 274 57 161 0 113 50 32 514 74 56
Binary 10111100 101111 1110001 0 1001011 101000 11010 101001100 111100 101110

Color Harmonies of #BC2F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F71

Black with #BC2F71

Text Example


Text Example

White with #BC2F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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