Html Css Color HEX #BC23BD Deep Magenta

📋 copy color: '#BC23BD'

red 188 ◦ green 35 ◦ blue 189

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

Shades of Deep Magenta #BC23BD

Tints of Deep Magenta #BC23BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.87%

R = 45.63%
G = 8.5%
B = 45.87%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC23BD (or 0xBC23BD) is known color: Deep Magenta. HEX triplet: BC, 23 and BD. RGB value is (188,35,189). Sum of RGB (Red+Green+Blue) = 188+35+189=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC23BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23BD is #43DC42. Grayscale: #616161. Windows color (decimal): -4447299 or 12395452. OLE color: 12395452.

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

Color convert

RGB 188 35 189 -
CMYK 0.01 0.81 0 0.26
HSL 299.61º 0.69% 0.44% -
HSV(B) 299.61º 0.81% 0.74% -
XYZ 30.53 15.57 49.54 -
YUV 98.3 179.19 191.98 -
System Red Green Blue C M Y K H S L
Decimal 188 35 189 0.01 0.81 0 0.26 299.61 0.69 0.44
Hex BC 23 BD 1 51 0 1A 12C 45 2C
Octal 274 43 275 1 121 0 32 454 105 54
Binary 10111100 100011 10111101 1 1010001 0 11010 100101100 1000101 101100

Color Harmonies of #BC23BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23BD

Black with #BC23BD

Text Example


Text Example

White with #BC23BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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