Html Css Color HEX #B620B8 Deep Magenta

📋 copy color: '#B620B8'

red 182 ◦ green 32 ◦ blue 184

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

Shades of Deep Magenta #B620B8

Tints of Deep Magenta #B620B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.23%

R = 45.73%
G = 8.04%
B = 46.23%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B620B8 (or 0xB620B8) is known color: Deep Magenta. HEX triplet: B6, 20 and B8. RGB value is (182,32,184). Sum of RGB (Red+Green+Blue) = 182+32+184=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 184 - color contains mainly: blue. Hex color #B620B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620B8 is #49DF47. Grayscale: #5D5D5D. Windows color (decimal): -4841288 or 12066998. OLE color: 12066998.

HSL color Cylindrical-coordinate representation of color #B620B8: hue angle of 299.21º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B620B8 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 182 32 184 -
CMYK 0.01 0.83 0 0.28
HSL 299.21º 0.7% 0.42% -
HSV(B) 299.21º 0.83% 0.72% -
XYZ 28.46 14.44 46.63 -
YUV 94.18 178.7 190.64 -
System Red Green Blue C M Y K H S L
Decimal 182 32 184 0.01 0.83 0 0.28 299.21 0.7 0.42
Hex B6 20 B8 1 53 0 1C 12B 46 2A
Octal 266 40 270 1 123 0 34 453 106 52
Binary 10110110 100000 10111000 1 1010011 0 11100 100101011 1000110 101010

Color Harmonies of #B620B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B620B8

Black with #B620B8

Text Example


Text Example

White with #B620B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B620B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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