Html Css Color HEX #B620BE Deep Magenta

📋 copy color: '#B620BE'

red 182 ◦ green 32 ◦ blue 190

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

Shades of Deep Magenta #B620BE

Tints of Deep Magenta #B620BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 45.05%
G = 7.92%
B = 47.03%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B620BE (or 0xB620BE) is known color: Deep Magenta. HEX triplet: B6, 20 and BE. RGB value is (182,32,190). Sum of RGB (Red+Green+Blue) = 182+32+190=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #B620BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620BE is #49DF41. Grayscale: #5E5E5E. Windows color (decimal): -4841282 or 12460214. OLE color: 12460214.

HSL color Cylindrical-coordinate representation of color #B620BE: hue angle of 296.96º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B620BE is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 32 190 -
CMYK 0.04 0.83 0 0.25
HSL 296.96º 0.71% 0.44% -
HSV(B) 296.96º 0.83% 0.75% -
XYZ 29.1 14.7 50.02 -
YUV 94.86 181.7 190.15 -
System Red Green Blue C M Y K H S L
Decimal 182 32 190 0.04 0.83 0 0.25 296.96 0.71 0.44
Hex B6 20 BE 4 53 0 19 129 47 2C
Octal 266 40 276 4 123 0 31 451 107 54
Binary 10110110 100000 10111110 100 1010011 0 11001 100101001 1000111 101100

Color Harmonies of #B620BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B620BE

Black with #B620BE

Text Example


Text Example

White with #B620BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B620BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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