Html Css Color HEX #BC0598 Medium Violet Red

📋 copy color: '#BC0598'

red 188 ◦ green 5 ◦ blue 152

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

Shades of Medium Violet Red #BC0598

Tints of Medium Violet Red #BC0598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.06%

R = 54.49%
G = 1.45%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC0598 (or 0xBC0598) is known color: Medium Violet Red. HEX triplet: BC, 05 and 98. RGB value is (188,5,152). Sum of RGB (Red+Green+Blue) = 188+5+152=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0598 is #43FA67. Grayscale: #4C4C4C. Windows color (decimal): -4455016 or 9962940. OLE color: 9962940.

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

Color convert

RGB 188 5 152 -
CMYK 0 0.97 0.19 0.26
HSL 311.8º 0.95% 0.38% -
HSV(B) 311.8º 0.97% 0.74% -
XYZ 26.46 13.07 30.83 -
YUV 76.48 170.63 207.55 -
System Red Green Blue C M Y K H S L
Decimal 188 5 152 0 0.97 0.19 0.26 311.8 0.95 0.38
Hex BC 5 98 0 61 13 1A 138 5F 26
Octal 274 5 230 0 141 23 32 470 137 46
Binary 10111100 101 10011000 0 1100001 10011 11010 100111000 1011111 100110

Color Harmonies of #BC0598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0598

Black with #BC0598

Text Example


Text Example

White with #BC0598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0598; }

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

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

background-color css

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

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

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

border-color css

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

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

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