Html Css Color HEX #BC0594 Medium Violet Red

📋 copy color: '#BC0594'

red 188 ◦ green 5 ◦ blue 148

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

Shades of Medium Violet Red #BC0594

Tints of Medium Violet Red #BC0594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.4%

R = 55.13%
G = 1.47%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC0594 (or 0xBC0594) is known color: Medium Violet Red. HEX triplet: BC, 05 and 94. RGB value is (188,5,148). Sum of RGB (Red+Green+Blue) = 188+5+148=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0594 is #43FA6B. Grayscale: #4B4B4B. Windows color (decimal): -4455020 or 9700796. OLE color: 9700796.

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

Color convert

RGB 188 5 148 -
CMYK 0 0.97 0.21 0.26
HSL 313.11º 0.95% 0.38% -
HSV(B) 313.11º 0.97% 0.74% -
XYZ 26.14 12.94 29.14 -
YUV 76.02 168.63 207.87 -
System Red Green Blue C M Y K H S L
Decimal 188 5 148 0 0.97 0.21 0.26 313.11 0.95 0.38
Hex BC 5 94 0 61 15 1A 139 5F 26
Octal 274 5 224 0 141 25 32 471 137 46
Binary 10111100 101 10010100 0 1100001 10101 11010 100111001 1011111 100110

Color Harmonies of #BC0594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0594

Black with #BC0594

Text Example


Text Example

White with #BC0594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0594; }

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

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

background-color css

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

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

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

border-color css

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

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

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