Html Css Color HEX #B413CF Deep Magenta

📋 copy color: '#B413CF'

red 180 ◦ green 19 ◦ blue 207

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

Shades of Deep Magenta #B413CF

Tints of Deep Magenta #B413CF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.68%

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

R = 44.33%
G = 4.68%
B = 50.99%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B413CF (or 0xB413CF) is known color: Deep Magenta. HEX triplet: B4, 13 and CF. RGB value is (180,19,207). Sum of RGB (Red+Green+Blue) = 180+19+207=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #B413CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B413CF is #4BEC30. Grayscale: #575757. Windows color (decimal): -4975665 or 13570996. OLE color: 13570996.

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

Color convert

RGB 180 19 207 -
CMYK 0.13 0.91 0 0.19
HSL 291.38º 0.83% 0.44% -
HSV(B) 291.38º 0.91% 0.81% -
XYZ 30.32 14.67 60.27 -
YUV 88.57 194.84 193.21 -
System Red Green Blue C M Y K H S L
Decimal 180 19 207 0.13 0.91 0 0.19 291.38 0.83 0.44
Hex B4 13 CF D 5B 0 13 123 53 2C
Octal 264 23 317 15 133 0 23 443 123 54
Binary 10110100 10011 11001111 1101 1011011 0 10011 100100011 1010011 101100

Color Harmonies of #B413CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413CF

Black with #B413CF

Text Example


Text Example

White with #B413CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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