Html Css Color HEX #BC25CE Deep Magenta

📋 copy color: '#BC25CE'

red 188 ◦ green 37 ◦ blue 206

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

Shades of Deep Magenta #BC25CE

Tints of Deep Magenta #BC25CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 43.62%
G = 8.58%
B = 47.8%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC25CE (or 0xBC25CE) is known color: Deep Magenta. HEX triplet: BC, 25 and CE. RGB value is (188,37,206). Sum of RGB (Red+Green+Blue) = 188+37+206=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC25CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC25CE is #43DA31. Grayscale: #646464. Windows color (decimal): -4446770 or 13510076. OLE color: 13510076.

HSL color Cylindrical-coordinate representation of color #BC25CE: hue angle of 293.61º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC25CE is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 37 206 -
CMYK 0.09 0.82 0 0.19
HSL 293.61º 0.7% 0.48% -
HSV(B) 293.61º 0.82% 0.81% -
XYZ 32.54 16.47 59.86 -
YUV 101.42 187.03 189.76 -
System Red Green Blue C M Y K H S L
Decimal 188 37 206 0.09 0.82 0 0.19 293.61 0.7 0.48
Hex BC 25 CE 9 52 0 13 126 46 30
Octal 274 45 316 11 122 0 23 446 106 60
Binary 10111100 100101 11001110 1001 1010010 0 10011 100100110 1000110 110000

Color Harmonies of #BC25CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC25CE

Black with #BC25CE

Text Example


Text Example

White with #BC25CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC25CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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