Html Css Color HEX #B613AD Deep Magenta

📋 copy color: '#B613AD'

red 182 ◦ green 19 ◦ blue 173

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

Shades of Deep Magenta #B613AD

Tints of Deep Magenta #B613AD

RGB

 RED value IS 182 (71.48% from 255) = 48.66%

 GREEN value IS 19 (7.81% from 255) = 5.08%

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

R = 48.66%
G = 5.08%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B613AD (or 0xB613AD) is known color: Deep Magenta. HEX triplet: B6, 13 and AD. RGB value is (182,19,173). Sum of RGB (Red+Green+Blue) = 182+19+173=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B613AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B613AD is #49EC52. Grayscale: #545454. Windows color (decimal): -4844627 or 11342774. OLE color: 11342774.

HSL color Cylindrical-coordinate representation of color #B613AD: hue angle of 303.31º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B613AD is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 19 173 -
CMYK 0 0.90 0.05 0.29
HSL 303.31º 0.81% 0.39% -
HSV(B) 303.31º 0.9% 0.71% -
XYZ 27.07 13.43 40.7 -
YUV 85.29 177.5 196.98 -
System Red Green Blue C M Y K H S L
Decimal 182 19 173 0 0.90 0.05 0.29 303.31 0.81 0.39
Hex B6 13 AD 0 5A 5 1D 12F 51 27
Octal 266 23 255 0 132 5 35 457 121 47
Binary 10110110 10011 10101101 0 1011010 101 11101 100101111 1010001 100111

Color Harmonies of #B613AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B613AD

Black with #B613AD

Text Example


Text Example

White with #B613AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B613AD; }

 p { color: rgb(182,19,173); }

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

background-color css

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

 a { background-color: rgb(182,19,173); }

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

border-color css

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

 span { border-color: rgb(182,19,173); }

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