Html Css Color HEX #B613AC Deep Magenta

📋 copy color: '#B613AC'

red 182 ◦ green 19 ◦ blue 172

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

Shades of Deep Magenta #B613AC

Tints of Deep Magenta #B613AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.11%

R = 48.79%
G = 5.09%
B = 46.11%

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

#B613AC (or 0xB613AC) is known color: Deep Magenta. HEX triplet: B6, 13 and AC. RGB value is (182,19,172). Sum of RGB (Red+Green+Blue) = 182+19+172=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B613AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B613AC is #49EC53. Grayscale: #545454. Windows color (decimal): -4844628 or 11277238. OLE color: 11277238.

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

Color convert

RGB 182 19 172 -
CMYK 0 0.90 0.05 0.29
HSL 303.68º 0.81% 0.39% -
HSV(B) 303.68º 0.9% 0.71% -
XYZ 26.97 13.39 40.19 -
YUV 85.18 177 197.06 -
System Red Green Blue C M Y K H S L
Decimal 182 19 172 0 0.90 0.05 0.29 303.68 0.81 0.39
Hex B6 13 AC 0 5A 5 1D 130 51 27
Octal 266 23 254 0 132 5 35 460 121 47
Binary 10110110 10011 10101100 0 1011010 101 11101 100110000 1010001 100111

Color Harmonies of #B613AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B613AC

Black with #B613AC

Text Example


Text Example

White with #B613AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B613AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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