Html Css Color HEX #BC0581 Medium Violet Red

📋 copy color: '#BC0581'

red 188 ◦ green 5 ◦ blue 129

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

Shades of Medium Violet Red #BC0581

Tints of Medium Violet Red #BC0581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.06%

R = 58.39%
G = 1.55%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC0581 (or 0xBC0581) is known color: Medium Violet Red. HEX triplet: BC, 05 and 81. RGB value is (188,5,129). Sum of RGB (Red+Green+Blue) = 188+5+129=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0581 is #43FA7E. Grayscale: #494949. Windows color (decimal): -4455039 or 8455612. OLE color: 8455612.

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

Color convert

RGB 188 5 129 -
CMYK 0 0.97 0.31 0.26
HSL 319.34º 0.95% 0.38% -
HSV(B) 319.34º 0.97% 0.74% -
XYZ 24.76 12.38 21.85 -
YUV 73.85 159.13 209.42 -
System Red Green Blue C M Y K H S L
Decimal 188 5 129 0 0.97 0.31 0.26 319.34 0.95 0.38
Hex BC 5 81 0 61 1F 1A 13F 5F 26
Octal 274 5 201 0 141 37 32 477 137 46
Binary 10111100 101 10000001 0 1100001 11111 11010 100111111 1011111 100110

Color Harmonies of #BC0581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0581

Black with #BC0581

Text Example


Text Example

White with #BC0581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0581; }

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

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

background-color css

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

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

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

border-color css

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

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

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