Html Css Color HEX #B919BE Deep Magenta

📋 copy color: '#B919BE'

red 185 ◦ green 25 ◦ blue 190

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

Shades of Deep Magenta #B919BE

Tints of Deep Magenta #B919BE

RGB

 RED value IS 185 (72.66% from 255) = 46.25%

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

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

R = 46.25%
G = 6.25%
B = 47.5%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B919BE (or 0xB919BE) is known color: Deep Magenta. HEX triplet: B9, 19 and BE. RGB value is (185,25,190). Sum of RGB (Red+Green+Blue) = 185+25+190=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #B919BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B919BE is #46E641. Grayscale: #5B5B5B. Windows color (decimal): -4646466 or 12458425. OLE color: 12458425.

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

Color convert

RGB 185 25 190 -
CMYK 0.03 0.87 0 0.25
HSL 298.18º 0.77% 0.42% -
HSV(B) 298.18º 0.87% 0.75% -
XYZ 29.65 14.73 50 -
YUV 91.65 183.51 194.58 -
System Red Green Blue C M Y K H S L
Decimal 185 25 190 0.03 0.87 0 0.25 298.18 0.77 0.42
Hex B9 19 BE 3 57 0 19 12A 4D 2A
Octal 271 31 276 3 127 0 31 452 115 52
Binary 10111001 11001 10111110 11 1010111 0 11001 100101010 1001101 101010

Color Harmonies of #B919BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B919BE

Black with #B919BE

Text Example


Text Example

White with #B919BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B919BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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