Html Css Color HEX #BC23C7 Deep Magenta

📋 copy color: '#BC23C7'

red 188 ◦ green 35 ◦ blue 199

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

Shades of Deep Magenta #BC23C7

Tints of Deep Magenta #BC23C7

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.29%

 BLUE value IS 199 (78.13% from 255) = 47.16%

R = 44.55%
G = 8.29%
B = 47.16%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC23C7 (or 0xBC23C7) is known color: Deep Magenta. HEX triplet: BC, 23 and C7. RGB value is (188,35,199). Sum of RGB (Red+Green+Blue) = 188+35+199=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC23C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23C7 is #43DC38. Grayscale: #626262. Windows color (decimal): -4447289 or 13050812. OLE color: 13050812.

HSL color Cylindrical-coordinate representation of color #BC23C7: hue angle of 295.98º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC23C7 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 35 199 -
CMYK 0.06 0.82 0 0.22
HSL 295.98º 0.7% 0.46% -
HSV(B) 295.98º 0.82% 0.78% -
XYZ 31.65 16.02 55.46 -
YUV 99.44 184.19 191.16 -
System Red Green Blue C M Y K H S L
Decimal 188 35 199 0.06 0.82 0 0.22 295.98 0.7 0.46
Hex BC 23 C7 6 52 0 16 128 46 2E
Octal 274 43 307 6 122 0 26 450 106 56
Binary 10111100 100011 11000111 110 1010010 0 10110 100101000 1000110 101110

Color Harmonies of #BC23C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23C7

Black with #BC23C7

Text Example


Text Example

White with #BC23C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23C7; }

 p { color: rgb(188,35,199); }

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

background-color css

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

 a { background-color: rgb(188,35,199); }

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

border-color css

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

 span { border-color: rgb(188,35,199); }

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