Html Css Color HEX #BC25B7 Deep Magenta

📋 copy color: '#BC25B7'

red 188 ◦ green 37 ◦ blue 183

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

Shades of Deep Magenta #BC25B7

Tints of Deep Magenta #BC25B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.85%

R = 46.08%
G = 9.07%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC25B7 (or 0xBC25B7) is known color: Deep Magenta. HEX triplet: BC, 25 and B7. RGB value is (188,37,183). Sum of RGB (Red+Green+Blue) = 188+37+183=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC25B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC25B7 is #43DA48. Grayscale: #626262. Windows color (decimal): -4446793 or 12002748. OLE color: 12002748.

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

Color convert

RGB 188 37 183 -
CMYK 0 0.80 0.03 0.26
HSL 301.99º 0.67% 0.44% -
HSV(B) 301.99º 0.8% 0.74% -
XYZ 29.95 15.43 46.2 -
YUV 98.79 175.53 191.63 -
System Red Green Blue C M Y K H S L
Decimal 188 37 183 0 0.80 0.03 0.26 301.99 0.67 0.44
Hex BC 25 B7 0 50 3 1A 12E 43 2C
Octal 274 45 267 0 120 3 32 456 103 54
Binary 10111100 100101 10110111 0 1010000 11 11010 100101110 1000011 101100

Color Harmonies of #BC25B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC25B7

Black with #BC25B7

Text Example


Text Example

White with #BC25B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC25B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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