Html Css Color HEX #BC2F7D Medium Red Violet

📋 copy color: '#BC2F7D'

red 188 ◦ green 47 ◦ blue 125

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

Shades of Medium Red Violet #BC2F7D

Tints of Medium Red Violet #BC2F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.72%

R = 52.22%
G = 13.06%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC2F7D (or 0xBC2F7D) is known color: Medium Red Violet. HEX triplet: BC, 2F and 7D. RGB value is (188,47,125). Sum of RGB (Red+Green+Blue) = 188+47+125=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F7D is #43D082. Grayscale: #616161. Windows color (decimal): -4444291 or 8204220. OLE color: 8204220.

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

Color convert

RGB 188 47 125 -
CMYK 0 0.75 0.34 0.26
HSL 326.81º 0.6% 0.46% -
HSV(B) 326.81º 0.75% 0.74% -
XYZ 25.46 14.21 20.8 -
YUV 98.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 188 47 125 0 0.75 0.34 0.26 326.81 0.6 0.46
Hex BC 2F 7D 0 4B 22 1A 147 3C 2E
Octal 274 57 175 0 113 42 32 507 74 56
Binary 10111100 101111 1111101 0 1001011 100010 11010 101000111 111100 101110

Color Harmonies of #BC2F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F7D

Black with #BC2F7D

Text Example


Text Example

White with #BC2F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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