Html Css Color HEX #B620BA Deep Magenta

📋 copy color: '#B620BA'

red 182 ◦ green 32 ◦ blue 186

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

Shades of Deep Magenta #B620BA

Tints of Deep Magenta #B620BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 45.5%
G = 8%
B = 46.5%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B620BA (or 0xB620BA) is known color: Deep Magenta. HEX triplet: B6, 20 and BA. RGB value is (182,32,186). Sum of RGB (Red+Green+Blue) = 182+32+186=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #B620BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620BA is #49DF45. Grayscale: #5D5D5D. Windows color (decimal): -4841286 or 12198070. OLE color: 12198070.

HSL color Cylindrical-coordinate representation of color #B620BA: hue angle of 298.44º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B620BA is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 32 186 -
CMYK 0.02 0.83 0 0.27
HSL 298.44º 0.71% 0.43% -
HSV(B) 298.44º 0.83% 0.73% -
XYZ 28.67 14.52 47.75 -
YUV 94.41 179.7 190.48 -
System Red Green Blue C M Y K H S L
Decimal 182 32 186 0.02 0.83 0 0.27 298.44 0.71 0.43
Hex B6 20 BA 2 53 0 1B 12A 47 2B
Octal 266 40 272 2 123 0 33 452 107 53
Binary 10110110 100000 10111010 10 1010011 0 11011 100101010 1000111 101011

Color Harmonies of #B620BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B620BA

Black with #B620BA

Text Example


Text Example

White with #B620BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B620BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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