Html Css Color HEX #BC25A0 Medium Red Violet

📋 copy color: '#BC25A0'

red 188 ◦ green 37 ◦ blue 160

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

Shades of Medium Red Violet #BC25A0

Tints of Medium Red Violet #BC25A0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.61%

 BLUE value IS 160 (62.89% from 255) = 41.56%

R = 48.83%
G = 9.61%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC25A0 (or 0xBC25A0) is known color: Medium Red Violet. HEX triplet: BC, 25 and A0. RGB value is (188,37,160). Sum of RGB (Red+Green+Blue) = 188+37+160=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC25A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC25A0 is #43DA5F. Grayscale: #5F5F5F. Windows color (decimal): -4446816 or 10495420. OLE color: 10495420.

HSL color Cylindrical-coordinate representation of color #BC25A0: hue angle of 311.13º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC25A0 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 160 -
CMYK 0 0.80 0.15 0.26
HSL 311.13º 0.67% 0.44% -
HSV(B) 311.13º 0.8% 0.74% -
XYZ 27.75 14.55 34.6 -
YUV 96.17 164.03 193.5 -
System Red Green Blue C M Y K H S L
Decimal 188 37 160 0 0.80 0.15 0.26 311.13 0.67 0.44
Hex BC 25 A0 0 50 F 1A 137 43 2C
Octal 274 45 240 0 120 17 32 467 103 54
Binary 10111100 100101 10100000 0 1010000 1111 11010 100110111 1000011 101100

Color Harmonies of #BC25A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC25A0

Black with #BC25A0

Text Example


Text Example

White with #BC25A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC25A0; }

 p { color: rgb(188,37,160); }

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

background-color css

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

 a { background-color: rgb(188,37,160); }

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

border-color css

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

 span { border-color: rgb(188,37,160); }

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