Html Css Color HEX #BC25B3 Deep Magenta

📋 copy color: '#BC25B3'

red 188 ◦ green 37 ◦ blue 179

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

Shades of Deep Magenta #BC25B3

Tints of Deep Magenta #BC25B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.31%

R = 46.53%
G = 9.16%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC25B3 (or 0xBC25B3) is known color: Deep Magenta. HEX triplet: BC, 25 and B3. RGB value is (188,37,179). Sum of RGB (Red+Green+Blue) = 188+37+179=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC25B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC25B3 is #43DA4C. Grayscale: #616161. Windows color (decimal): -4446797 or 11740604. OLE color: 11740604.

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

Color convert

RGB 188 37 179 -
CMYK 0 0.80 0.05 0.26
HSL 303.58º 0.67% 0.44% -
HSV(B) 303.58º 0.8% 0.74% -
XYZ 29.54 15.27 44.04 -
YUV 98.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 188 37 179 0 0.80 0.05 0.26 303.58 0.67 0.44
Hex BC 25 B3 0 50 5 1A 130 43 2C
Octal 274 45 263 0 120 5 32 460 103 54
Binary 10111100 100101 10110011 0 1010000 101 11010 100110000 1000011 101100

Color Harmonies of #BC25B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC25B3

Black with #BC25B3

Text Example


Text Example

White with #BC25B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC25B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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