Html Css Color HEX #BC25CF Deep Magenta

📋 copy color: '#BC25CF'

red 188 ◦ green 37 ◦ blue 207

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

Shades of Deep Magenta #BC25CF

Tints of Deep Magenta #BC25CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 43.52%
G = 8.56%
B = 47.92%

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

#BC25CF (or 0xBC25CF) is known color: Deep Magenta. HEX triplet: BC, 25 and CF. RGB value is (188,37,207). Sum of RGB (Red+Green+Blue) = 188+37+207=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC25CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC25CF is #43DA30. Grayscale: #646464. Windows color (decimal): -4446769 or 13575612. OLE color: 13575612.

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

Color convert

RGB 188 37 207 -
CMYK 0.09 0.82 0 0.19
HSL 293.29º 0.7% 0.48% -
HSV(B) 293.29º 0.82% 0.81% -
XYZ 32.66 16.52 60.5 -
YUV 101.53 187.53 189.68 -
System Red Green Blue C M Y K H S L
Decimal 188 37 207 0.09 0.82 0 0.19 293.29 0.7 0.48
Hex BC 25 CF 9 52 0 13 125 46 30
Octal 274 45 317 11 122 0 23 445 106 60
Binary 10111100 100101 11001111 1001 1010010 0 10011 100100101 1000110 110000

Color Harmonies of #BC25CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC25CF

Black with #BC25CF

Text Example


Text Example

White with #BC25CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC25CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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