Html Css Color HEX #B416CF Deep Magenta

📋 copy color: '#B416CF'

red 180 ◦ green 22 ◦ blue 207

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

Shades of Deep Magenta #B416CF

Tints of Deep Magenta #B416CF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.38%

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

R = 44.01%
G = 5.38%
B = 50.61%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B416CF (or 0xB416CF) is known color: Deep Magenta. HEX triplet: B4, 16 and CF. RGB value is (180,22,207). Sum of RGB (Red+Green+Blue) = 180+22+207=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #B416CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B416CF is #4BE930. Grayscale: #595959. Windows color (decimal): -4974897 or 13571764. OLE color: 13571764.

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

Color convert

RGB 180 22 207 -
CMYK 0.13 0.89 0 0.19
HSL 291.24º 0.81% 0.45% -
HSV(B) 291.24º 0.89% 0.81% -
XYZ 30.37 14.78 60.28 -
YUV 90.33 193.85 191.96 -
System Red Green Blue C M Y K H S L
Decimal 180 22 207 0.13 0.89 0 0.19 291.24 0.81 0.45
Hex B4 16 CF D 59 0 13 123 51 2D
Octal 264 26 317 15 131 0 23 443 121 55
Binary 10110100 10110 11001111 1101 1011001 0 10011 100100011 1010001 101101

Color Harmonies of #B416CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B416CF

Black with #B416CF

Text Example


Text Example

White with #B416CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B416CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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