Html Css Color HEX #B919DA Deep Magenta

📋 copy color: '#B919DA'

red 185 ◦ green 25 ◦ blue 218

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

Shades of Deep Magenta #B919DA

Tints of Deep Magenta #B919DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.93%

R = 43.22%
G = 5.84%
B = 50.93%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B919DA (or 0xB919DA) is known color: Deep Magenta. HEX triplet: B9, 19 and DA. RGB value is (185,25,218). Sum of RGB (Red+Green+Blue) = 185+25+218=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #B919DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B919DA is #46E625. Grayscale: #5E5E5E. Windows color (decimal): -4646438 or 14293433. OLE color: 14293433.

HSL color Cylindrical-coordinate representation of color #B919DA: hue angle of 289.74º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B919DA is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 25 218 -
CMYK 0.15 0.89 0 0.15
HSL 289.74º 0.79% 0.48% -
HSV(B) 289.74º 0.89% 0.85% -
XYZ 33.01 16.07 67.69 -
YUV 94.84 197.51 192.31 -
System Red Green Blue C M Y K H S L
Decimal 185 25 218 0.15 0.89 0 0.15 289.74 0.79 0.48
Hex B9 19 DA F 59 0 F 122 4F 30
Octal 271 31 332 17 131 0 17 442 117 60
Binary 10111001 11001 11011010 1111 1011001 0 1111 100100010 1001111 110000

Color Harmonies of #B919DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B919DA

Black with #B919DA

Text Example


Text Example

White with #B919DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B919DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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