Html Css Color HEX #B419CF Deep Magenta

📋 copy color: '#B419CF'

red 180 ◦ green 25 ◦ blue 207

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

Shades of Deep Magenta #B419CF

Tints of Deep Magenta #B419CF

RGB

 RED value IS 180 (70.7% from 255) = 43.69%

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

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 43.69%
G = 6.07%
B = 50.24%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B419CF (or 0xB419CF) is known color: Deep Magenta. HEX triplet: B4, 19 and CF. RGB value is (180,25,207). Sum of RGB (Red+Green+Blue) = 180+25+207=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #B419CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B419CF is #4BE630. Grayscale: #5B5B5B. Windows color (decimal): -4974129 or 13572532. OLE color: 13572532.

HSL color Cylindrical-coordinate representation of color #B419CF: hue angle of 291.1º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B419CF is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 25 207 -
CMYK 0.13 0.88 0 0.19
HSL 291.1º 0.78% 0.45% -
HSV(B) 291.1º 0.88% 0.81% -
XYZ 30.43 14.9 60.3 -
YUV 92.09 192.85 190.7 -
System Red Green Blue C M Y K H S L
Decimal 180 25 207 0.13 0.88 0 0.19 291.1 0.78 0.45
Hex B4 19 CF D 58 0 13 123 4E 2D
Octal 264 31 317 15 130 0 23 443 116 55
Binary 10110100 11001 11001111 1101 1011000 0 10011 100100011 1001110 101101

Color Harmonies of #B419CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B419CF

Black with #B419CF

Text Example


Text Example

White with #B419CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B419CF; }

 p { color: rgb(180,25,207); }

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

background-color css

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

 a { background-color: rgb(180,25,207); }

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

border-color css

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

 span { border-color: rgb(180,25,207); }

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