Html Css Color HEX #B614A9 Deep Magenta

📋 copy color: '#B614A9'

red 182 ◦ green 20 ◦ blue 169

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

Shades of Deep Magenta #B614A9

Tints of Deep Magenta #B614A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 45.55%

R = 49.06%
G = 5.39%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B614A9 (or 0xB614A9) is known color: Deep Magenta. HEX triplet: B6, 14 and A9. RGB value is (182,20,169). Sum of RGB (Red+Green+Blue) = 182+20+169=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B614A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B614A9 is #49EB56. Grayscale: #545454. Windows color (decimal): -4844375 or 11080886. OLE color: 11080886.

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

Color convert

RGB 182 20 169 -
CMYK 0 0.89 0.07 0.29
HSL 304.81º 0.8% 0.4% -
HSV(B) 304.81º 0.89% 0.71% -
XYZ 26.7 13.31 38.7 -
YUV 85.42 175.17 196.88 -
System Red Green Blue C M Y K H S L
Decimal 182 20 169 0 0.89 0.07 0.29 304.81 0.8 0.4
Hex B6 14 A9 0 59 7 1D 131 50 28
Octal 266 24 251 0 131 7 35 461 120 50
Binary 10110110 10100 10101001 0 1011001 111 11101 100110001 1010000 101000

Color Harmonies of #B614A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B614A9

Black with #B614A9

Text Example


Text Example

White with #B614A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B614A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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