Html Css Color HEX #B619BE Deep Magenta

📋 copy color: '#B619BE'

red 182 ◦ green 25 ◦ blue 190

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

Shades of Deep Magenta #B619BE

Tints of Deep Magenta #B619BE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.3%

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

R = 45.84%
G = 6.3%
B = 47.86%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B619BE (or 0xB619BE) is known color: Deep Magenta. HEX triplet: B6, 19 and BE. RGB value is (182,25,190). Sum of RGB (Red+Green+Blue) = 182+25+190=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #B619BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619BE is #49E641. Grayscale: #5A5A5A. Windows color (decimal): -4843074 or 12458422. OLE color: 12458422.

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

Color convert

RGB 182 25 190 -
CMYK 0.04 0.87 0 0.25
HSL 297.09º 0.77% 0.42% -
HSV(B) 297.09º 0.87% 0.75% -
XYZ 28.93 14.36 49.96 -
YUV 90.75 184.01 193.08 -
System Red Green Blue C M Y K H S L
Decimal 182 25 190 0.04 0.87 0 0.25 297.09 0.77 0.42
Hex B6 19 BE 4 57 0 19 129 4D 2A
Octal 266 31 276 4 127 0 31 451 115 52
Binary 10110110 11001 10111110 100 1010111 0 11001 100101001 1001101 101010

Color Harmonies of #B619BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B619BE

Black with #B619BE

Text Example


Text Example

White with #B619BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B619BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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