Html Css Color HEX #BC23B9 Deep Magenta

📋 copy color: '#BC23B9'

red 188 ◦ green 35 ◦ blue 185

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

Shades of Deep Magenta #BC23B9

Tints of Deep Magenta #BC23B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.34%

R = 46.08%
G = 8.58%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC23B9 (or 0xBC23B9) is known color: Deep Magenta. HEX triplet: BC, 23 and B9. RGB value is (188,35,185). Sum of RGB (Red+Green+Blue) = 188+35+185=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 35 (14.06% from 255 or 8.58% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC23B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23B9 is #43DC46. Grayscale: #616161. Windows color (decimal): -4447303 or 12133308. OLE color: 12133308.

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

Color convert

RGB 188 35 185 -
CMYK 0 0.81 0.02 0.26
HSL 301.18º 0.69% 0.44% -
HSV(B) 301.18º 0.81% 0.74% -
XYZ 30.1 15.4 47.28 -
YUV 97.85 177.19 192.3 -
System Red Green Blue C M Y K H S L
Decimal 188 35 185 0 0.81 0.02 0.26 301.18 0.69 0.44
Hex BC 23 B9 0 51 2 1A 12D 45 2C
Octal 274 43 271 0 121 2 32 455 105 54
Binary 10111100 100011 10111001 0 1010001 10 11010 100101101 1000101 101100

Color Harmonies of #BC23B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23B9

Black with #BC23B9

Text Example


Text Example

White with #BC23B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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