Html Css Color HEX #B614AD Deep Magenta

📋 copy color: '#B614AD'

red 182 ◦ green 20 ◦ blue 173

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

Shades of Deep Magenta #B614AD

Tints of Deep Magenta #B614AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.33%

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

R = 48.53%
G = 5.33%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B614AD (or 0xB614AD) is known color: Deep Magenta. HEX triplet: B6, 14 and AD. RGB value is (182,20,173). Sum of RGB (Red+Green+Blue) = 182+20+173=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B614AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B614AD is #49EB52. Grayscale: #555555. Windows color (decimal): -4844371 or 11343030. OLE color: 11343030.

HSL color Cylindrical-coordinate representation of color #B614AD: hue angle of 303.33º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B614AD is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 20 173 -
CMYK 0 0.89 0.05 0.29
HSL 303.33º 0.8% 0.4% -
HSV(B) 303.33º 0.89% 0.71% -
XYZ 27.08 13.46 40.71 -
YUV 85.88 177.17 196.56 -
System Red Green Blue C M Y K H S L
Decimal 182 20 173 0 0.89 0.05 0.29 303.33 0.8 0.4
Hex B6 14 AD 0 59 5 1D 12F 50 28
Octal 266 24 255 0 131 5 35 457 120 50
Binary 10110110 10100 10101101 0 1011001 101 11101 100101111 1010000 101000

Color Harmonies of #B614AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B614AD

Black with #B614AD

Text Example


Text Example

White with #B614AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B614AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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