Html Css Color HEX #BC2B7D Medium Red Violet

📋 copy color: '#BC2B7D'

red 188 ◦ green 43 ◦ blue 125

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

Shades of Medium Red Violet #BC2B7D

Tints of Medium Red Violet #BC2B7D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.08%

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

R = 52.81%
G = 12.08%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC2B7D (or 0xBC2B7D) is known color: Medium Red Violet. HEX triplet: BC, 2B and 7D. RGB value is (188,43,125). Sum of RGB (Red+Green+Blue) = 188+43+125=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2B7D is #43D482. Grayscale: #5F5F5F. Windows color (decimal): -4445315 or 8203196. OLE color: 8203196.

HSL color Cylindrical-coordinate representation of color #BC2B7D: hue angle of 326.07º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2B7D is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 43 125 -
CMYK 0 0.77 0.34 0.26
HSL 326.07º 0.63% 0.45% -
HSV(B) 326.07º 0.77% 0.74% -
XYZ 25.3 13.9 20.75 -
YUV 95.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 188 43 125 0 0.77 0.34 0.26 326.07 0.63 0.45
Hex BC 2B 7D 0 4D 22 1A 146 3F 2D
Octal 274 53 175 0 115 42 32 506 77 55
Binary 10111100 101011 1111101 0 1001101 100010 11010 101000110 111111 101101

Color Harmonies of #BC2B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B7D

Black with #BC2B7D

Text Example


Text Example

White with #BC2B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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