Html Css Color HEX #BC23B1 Deep Magenta

📋 copy color: '#BC23B1'

red 188 ◦ green 35 ◦ blue 177

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

Shades of Deep Magenta #BC23B1

Tints of Deep Magenta #BC23B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.25%

R = 47%
G = 8.75%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC23B1 (or 0xBC23B1) is known color: Deep Magenta. HEX triplet: BC, 23 and B1. RGB value is (188,35,177). Sum of RGB (Red+Green+Blue) = 188+35+177=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC23B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC23B1 is #43DC4E. Grayscale: #606060. Windows color (decimal): -4447311 or 11609020. OLE color: 11609020.

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

Color convert

RGB 188 35 177 -
CMYK 0 0.81 0.06 0.26
HSL 304.31º 0.69% 0.44% -
HSV(B) 304.31º 0.81% 0.74% -
XYZ 29.28 15.07 42.96 -
YUV 96.94 173.19 192.95 -
System Red Green Blue C M Y K H S L
Decimal 188 35 177 0 0.81 0.06 0.26 304.31 0.69 0.44
Hex BC 23 B1 0 51 6 1A 130 45 2C
Octal 274 43 261 0 121 6 32 460 105 54
Binary 10111100 100011 10110001 0 1010001 110 11010 100110000 1000101 101100

Color Harmonies of #BC23B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23B1

Black with #BC23B1

Text Example


Text Example

White with #BC23B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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