Html Css Color HEX #B423AD Deep Magenta

📋 copy color: '#B423AD'

red 180 ◦ green 35 ◦ blue 173

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

Shades of Deep Magenta #B423AD

Tints of Deep Magenta #B423AD

RGB

 RED value IS 180 (70.7% from 255) = 46.39%

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

 BLUE value IS 173 (67.97% from 255) = 44.59%

R = 46.39%
G = 9.02%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B423AD (or 0xB423AD) is known color: Deep Magenta. HEX triplet: B4, 23 and AD. RGB value is (180,35,173). Sum of RGB (Red+Green+Blue) = 180+35+173=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B423AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B423AD is #4BDC52. Grayscale: #5D5D5D. Windows color (decimal): -4971603 or 11346868. OLE color: 11346868.

HSL color Cylindrical-coordinate representation of color #B423AD: hue angle of 302.9º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B423AD is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 35 173 -
CMYK 0 0.81 0.04 0.29
HSL 302.9º 0.67% 0.42% -
HSV(B) 302.9º 0.81% 0.71% -
XYZ 26.97 13.92 40.8 -
YUV 94.09 172.54 189.28 -
System Red Green Blue C M Y K H S L
Decimal 180 35 173 0 0.81 0.04 0.29 302.9 0.67 0.42
Hex B4 23 AD 0 51 4 1D 12F 43 2A
Octal 264 43 255 0 121 4 35 457 103 52
Binary 10110100 100011 10101101 0 1010001 100 11101 100101111 1000011 101010

Color Harmonies of #B423AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B423AD

Black with #B423AD

Text Example


Text Example

White with #B423AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B423AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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