Html Css Color HEX #BC23BA Deep Magenta

📋 copy color: '#BC23BA'

red 188 ◦ green 35 ◦ blue 186

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

Shades of Deep Magenta #BC23BA

Tints of Deep Magenta #BC23BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 45.97%
G = 8.56%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC23BA (or 0xBC23BA) is known color: Deep Magenta. HEX triplet: BC, 23 and BA. RGB value is (188,35,186). Sum of RGB (Red+Green+Blue) = 188+35+186=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC23BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23BA is #43DC45. Grayscale: #616161. Windows color (decimal): -4447302 or 12198844. OLE color: 12198844.

HSL color Cylindrical-coordinate representation of color #BC23BA: hue angle of 300.78º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC23BA is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 35 186 -
CMYK 0 0.81 0.01 0.26
HSL 300.78º 0.69% 0.44% -
HSV(B) 300.78º 0.81% 0.74% -
XYZ 30.2 15.44 47.84 -
YUV 97.96 177.69 192.22 -
System Red Green Blue C M Y K H S L
Decimal 188 35 186 0 0.81 0.01 0.26 300.78 0.69 0.44
Hex BC 23 BA 0 51 1 1A 12D 45 2C
Octal 274 43 272 0 121 1 32 455 105 54
Binary 10111100 100011 10111010 0 1010001 1 11010 100101101 1000101 101100

Color Harmonies of #BC23BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23BA

Black with #BC23BA

Text Example


Text Example

White with #BC23BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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