Html Css Color HEX #BC0572 Medium Violet Red

📋 copy color: '#BC0572'

red 188 ◦ green 5 ◦ blue 114

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

Shades of Medium Violet Red #BC0572

Tints of Medium Violet Red #BC0572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

 BLUE value IS 114 (44.92% from 255) = 37.13%

R = 61.24%
G = 1.63%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC0572 (or 0xBC0572) is known color: Medium Violet Red. HEX triplet: BC, 05 and 72. RGB value is (188,5,114). Sum of RGB (Red+Green+Blue) = 188+5+114=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0572 is #43FA8D. Grayscale: #474747. Windows color (decimal): -4455054 or 7472572. OLE color: 7472572.

HSL color Cylindrical-coordinate representation of color #BC0572: hue angle of 324.26º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0572 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 5 114 -
CMYK 0 0.97 0.39 0.26
HSL 324.26º 0.95% 0.38% -
HSV(B) 324.26º 0.97% 0.74% -
XYZ 23.83 12.01 16.98 -
YUV 72.14 151.63 210.64 -
System Red Green Blue C M Y K H S L
Decimal 188 5 114 0 0.97 0.39 0.26 324.26 0.95 0.38
Hex BC 5 72 0 61 27 1A 144 5F 26
Octal 274 5 162 0 141 47 32 504 137 46
Binary 10111100 101 1110010 0 1100001 100111 11010 101000100 1011111 100110

Color Harmonies of #BC0572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0572

Black with #BC0572

Text Example


Text Example

White with #BC0572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0572; }

 p { color: rgb(188,5,114); }

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

background-color css

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

 a { background-color: rgb(188,5,114); }

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

border-color css

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

 span { border-color: rgb(188,5,114); }

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