Html Css Color HEX #B620B9 Deep Magenta

📋 copy color: '#B620B9'

red 182 ◦ green 32 ◦ blue 185

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

Shades of Deep Magenta #B620B9

Tints of Deep Magenta #B620B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.37%

R = 45.61%
G = 8.02%
B = 46.37%

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

#B620B9 (or 0xB620B9) is known color: Deep Magenta. HEX triplet: B6, 20 and B9. RGB value is (182,32,185). Sum of RGB (Red+Green+Blue) = 182+32+185=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 185 - color contains mainly: blue. Hex color #B620B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620B9 is #49DF46. Grayscale: #5D5D5D. Windows color (decimal): -4841287 or 12132534. OLE color: 12132534.

HSL color Cylindrical-coordinate representation of color #B620B9: hue angle of 298.82º 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 #B620B9 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 32 185 -
CMYK 0.02 0.83 0 0.27
HSL 298.82º 0.71% 0.43% -
HSV(B) 298.82º 0.83% 0.73% -
XYZ 28.56 14.48 47.19 -
YUV 94.29 179.2 190.56 -
System Red Green Blue C M Y K H S L
Decimal 182 32 185 0.02 0.83 0 0.27 298.82 0.71 0.43
Hex B6 20 B9 2 53 0 1B 12B 47 2B
Octal 266 40 271 2 123 0 33 453 107 53
Binary 10110110 100000 10111001 10 1010011 0 11011 100101011 1000111 101011

Color Harmonies of #B620B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B620B9

Black with #B620B9

Text Example


Text Example

White with #B620B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B620B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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