Html Css Color HEX #BC25A1 Medium Red Violet

📋 copy color: '#BC25A1'

red 188 ◦ green 37 ◦ blue 161

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

Shades of Medium Red Violet #BC25A1

Tints of Medium Red Violet #BC25A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.71%

R = 48.7%
G = 9.59%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC25A1 (or 0xBC25A1) is known color: Medium Red Violet. HEX triplet: BC, 25 and A1. RGB value is (188,37,161). Sum of RGB (Red+Green+Blue) = 188+37+161=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC25A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC25A1 is #43DA5E. Grayscale: #5F5F5F. Windows color (decimal): -4446815 or 10560956. OLE color: 10560956.

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

Color convert

RGB 188 37 161 -
CMYK 0 0.80 0.14 0.26
HSL 310.73º 0.67% 0.44% -
HSV(B) 310.73º 0.8% 0.74% -
XYZ 27.83 14.59 35.07 -
YUV 96.29 164.53 193.42 -
System Red Green Blue C M Y K H S L
Decimal 188 37 161 0 0.80 0.14 0.26 310.73 0.67 0.44
Hex BC 25 A1 0 50 E 1A 137 43 2C
Octal 274 45 241 0 120 16 32 467 103 54
Binary 10111100 100101 10100001 0 1010000 1110 11010 100110111 1000011 101100

Color Harmonies of #BC25A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC25A1

Black with #BC25A1

Text Example


Text Example

White with #BC25A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC25A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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