Html Css Color HEX #BC25AC Medium Red Violet

📋 copy color: '#BC25AC'

red 188 ◦ green 37 ◦ blue 172

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

Shades of Medium Red Violet #BC25AC

Tints of Medium Red Violet #BC25AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 47.36%
G = 9.32%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC25AC (or 0xBC25AC) is known color: Medium Red Violet. HEX triplet: BC, 25 and AC. RGB value is (188,37,172). Sum of RGB (Red+Green+Blue) = 188+37+172=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC25AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC25AC is #43DA53. Grayscale: #616161. Windows color (decimal): -4446804 or 11281852. OLE color: 11281852.

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

Color convert

RGB 188 37 172 -
CMYK 0 0.80 0.09 0.26
HSL 306.36º 0.67% 0.44% -
HSV(B) 306.36º 0.8% 0.74% -
XYZ 28.85 14.99 40.4 -
YUV 97.54 170.03 192.52 -
System Red Green Blue C M Y K H S L
Decimal 188 37 172 0 0.80 0.09 0.26 306.36 0.67 0.44
Hex BC 25 AC 0 50 9 1A 132 43 2C
Octal 274 45 254 0 120 11 32 462 103 54
Binary 10111100 100101 10101100 0 1010000 1001 11010 100110010 1000011 101100

Color Harmonies of #BC25AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC25AC

Black with #BC25AC

Text Example


Text Example

White with #BC25AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC25AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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