Html Css Color HEX #BC2F99 Medium Red Violet

📋 copy color: '#BC2F99'

red 188 ◦ green 47 ◦ blue 153

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

Shades of Medium Red Violet #BC2F99

Tints of Medium Red Violet #BC2F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.43%

R = 48.45%
G = 12.11%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC2F99 (or 0xBC2F99) is known color: Medium Red Violet. HEX triplet: BC, 2F and 99. RGB value is (188,47,153). Sum of RGB (Red+Green+Blue) = 188+47+153=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2F99 is #43D066. Grayscale: #646464. Windows color (decimal): -4444263 or 10039228. OLE color: 10039228.

HSL color Cylindrical-coordinate representation of color #BC2F99: hue angle of 314.89º 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 #BC2F99 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 47 153 -
CMYK 0 0.75 0.19 0.26
HSL 314.89º 0.6% 0.46% -
HSV(B) 314.89º 0.75% 0.74% -
XYZ 27.51 15.02 31.59 -
YUV 101.24 157.21 189.88 -
System Red Green Blue C M Y K H S L
Decimal 188 47 153 0 0.75 0.19 0.26 314.89 0.6 0.46
Hex BC 2F 99 0 4B 13 1A 13B 3C 2E
Octal 274 57 231 0 113 23 32 473 74 56
Binary 10111100 101111 10011001 0 1001011 10011 11010 100111011 111100 101110

Color Harmonies of #BC2F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F99

Black with #BC2F99

Text Example


Text Example

White with #BC2F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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