Html Css Color HEX #B619BF Deep Magenta

📋 copy color: '#B619BF'

red 182 ◦ green 25 ◦ blue 191

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

Shades of Deep Magenta #B619BF

Tints of Deep Magenta #B619BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.99%

R = 45.73%
G = 6.28%
B = 47.99%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B619BF (or 0xB619BF) is known color: Deep Magenta. HEX triplet: B6, 19 and BF. RGB value is (182,25,191). Sum of RGB (Red+Green+Blue) = 182+25+191=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #B619BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B619BF is #49E640. Grayscale: #5A5A5A. Windows color (decimal): -4843073 or 12523958. OLE color: 12523958.

HSL color Cylindrical-coordinate representation of color #B619BF: hue angle of 296.75º 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 #B619BF is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 25 191 -
CMYK 0.05 0.87 0 0.25
HSL 296.75º 0.77% 0.42% -
HSV(B) 296.75º 0.87% 0.75% -
XYZ 29.04 14.4 50.54 -
YUV 90.87 184.51 193 -
System Red Green Blue C M Y K H S L
Decimal 182 25 191 0.05 0.87 0 0.25 296.75 0.77 0.42
Hex B6 19 BF 5 57 0 19 129 4D 2A
Octal 266 31 277 5 127 0 31 451 115 52
Binary 10110110 11001 10111111 101 1010111 0 11001 100101001 1001101 101010

Color Harmonies of #B619BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B619BF

Black with #B619BF

Text Example


Text Example

White with #B619BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B619BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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