Html Css Color HEX #BC23B2 Deep Magenta

📋 copy color: '#BC23B2'

red 188 ◦ green 35 ◦ blue 178

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

Shades of Deep Magenta #BC23B2

Tints of Deep Magenta #BC23B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.39%

R = 46.88%
G = 8.73%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC23B2 (or 0xBC23B2) is known color: Deep Magenta. HEX triplet: BC, 23 and B2. RGB value is (188,35,178). Sum of RGB (Red+Green+Blue) = 188+35+178=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC23B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC23B2 is #43DC4D. Grayscale: #606060. Windows color (decimal): -4447310 or 11674556. OLE color: 11674556.

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

Color convert

RGB 188 35 178 -
CMYK 0 0.81 0.05 0.26
HSL 303.92º 0.69% 0.44% -
HSV(B) 303.92º 0.81% 0.74% -
XYZ 29.38 15.11 43.49 -
YUV 97.05 173.69 192.87 -
System Red Green Blue C M Y K H S L
Decimal 188 35 178 0 0.81 0.05 0.26 303.92 0.69 0.44
Hex BC 23 B2 0 51 5 1A 130 45 2C
Octal 274 43 262 0 121 5 32 460 105 54
Binary 10111100 100011 10110010 0 1010001 101 11010 100110000 1000101 101100

Color Harmonies of #BC23B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23B2

Black with #BC23B2

Text Example


Text Example

White with #BC23B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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