Html Css Color HEX #BC23B4 Deep Magenta

📋 copy color: '#BC23B4'

red 188 ◦ green 35 ◦ blue 180

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

Shades of Deep Magenta #BC23B4

Tints of Deep Magenta #BC23B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.67%

R = 46.65%
G = 8.68%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC23B4 (or 0xBC23B4) is known color: Deep Magenta. HEX triplet: BC, 23 and B4. RGB value is (188,35,180). Sum of RGB (Red+Green+Blue) = 188+35+180=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC23B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23B4 is #43DC4B. Grayscale: #606060. Windows color (decimal): -4447308 or 11805628. OLE color: 11805628.

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

Color convert

RGB 188 35 180 -
CMYK 0 0.81 0.04 0.26
HSL 303.14º 0.69% 0.44% -
HSV(B) 303.14º 0.81% 0.74% -
XYZ 29.58 15.19 44.55 -
YUV 97.28 174.69 192.71 -
System Red Green Blue C M Y K H S L
Decimal 188 35 180 0 0.81 0.04 0.26 303.14 0.69 0.44
Hex BC 23 B4 0 51 4 1A 12F 45 2C
Octal 274 43 264 0 121 4 32 457 105 54
Binary 10111100 100011 10110100 0 1010001 100 11010 100101111 1000101 101100

Color Harmonies of #BC23B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23B4

Black with #BC23B4

Text Example


Text Example

White with #BC23B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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