Html Css Color HEX #B614AF Deep Magenta

📋 copy color: '#B614AF'

red 182 ◦ green 20 ◦ blue 175

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

Shades of Deep Magenta #B614AF

Tints of Deep Magenta #B614AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.42%

R = 48.28%
G = 5.31%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B614AF (or 0xB614AF) is known color: Deep Magenta. HEX triplet: B6, 14 and AF. RGB value is (182,20,175). Sum of RGB (Red+Green+Blue) = 182+20+175=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B614AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B614AF is #49EB50. Grayscale: #555555. Windows color (decimal): -4844369 or 11474102. OLE color: 11474102.

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

Color convert

RGB 182 20 175 -
CMYK 0 0.89 0.04 0.29
HSL 302.59º 0.8% 0.4% -
HSV(B) 302.59º 0.89% 0.71% -
XYZ 27.28 13.54 41.73 -
YUV 86.11 178.17 196.4 -
System Red Green Blue C M Y K H S L
Decimal 182 20 175 0 0.89 0.04 0.29 302.59 0.8 0.4
Hex B6 14 AF 0 59 4 1D 12F 50 28
Octal 266 24 257 0 131 4 35 457 120 50
Binary 10110110 10100 10101111 0 1011001 100 11101 100101111 1010000 101000

Color Harmonies of #B614AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B614AF

Black with #B614AF

Text Example


Text Example

White with #B614AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B614AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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