Html Css Color HEX #B620AF Deep Magenta

📋 copy color: '#B620AF'

red 182 ◦ green 32 ◦ blue 175

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

Shades of Deep Magenta #B620AF

Tints of Deep Magenta #B620AF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.23%

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

R = 46.79%
G = 8.23%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B620AF (or 0xB620AF) is known color: Deep Magenta. HEX triplet: B6, 20 and AF. RGB value is (182,32,175). Sum of RGB (Red+Green+Blue) = 182+32+175=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B620AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B620AF is #49DF50. Grayscale: #5C5C5C. Windows color (decimal): -4841297 or 11477174. OLE color: 11477174.

HSL color Cylindrical-coordinate representation of color #B620AF: hue angle of 302.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B620AF is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 32 175 -
CMYK 0 0.82 0.04 0.29
HSL 302.8º 0.7% 0.42% -
HSV(B) 302.8º 0.82% 0.71% -
XYZ 27.55 14.07 41.82 -
YUV 93.15 174.2 191.37 -
System Red Green Blue C M Y K H S L
Decimal 182 32 175 0 0.82 0.04 0.29 302.8 0.7 0.42
Hex B6 20 AF 0 52 4 1D 12F 46 2A
Octal 266 40 257 0 122 4 35 457 106 52
Binary 10110110 100000 10101111 0 1010010 100 11101 100101111 1000110 101010

Color Harmonies of #B620AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B620AF

Black with #B620AF

Text Example


Text Example

White with #B620AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B620AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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