Html Css Color HEX #B417CA Deep Magenta

📋 copy color: '#B417CA'

red 180 ◦ green 23 ◦ blue 202

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

Shades of Deep Magenta #B417CA

Tints of Deep Magenta #B417CA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.68%

 BLUE value IS 202 (79.3% from 255) = 49.88%

R = 44.44%
G = 5.68%
B = 49.88%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B417CA (or 0xB417CA) is known color: Deep Magenta. HEX triplet: B4, 17 and CA. RGB value is (180,23,202). Sum of RGB (Red+Green+Blue) = 180+23+202=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #B417CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417CA is #4BE835. Grayscale: #595959. Windows color (decimal): -4974646 or 13244340. OLE color: 13244340.

HSL color Cylindrical-coordinate representation of color #B417CA: hue angle of 292.63º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B417CA is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 23 202 -
CMYK 0.11 0.89 0 0.21
HSL 292.63º 0.8% 0.44% -
HSV(B) 292.63º 0.89% 0.79% -
XYZ 29.79 14.58 57.12 -
YUV 90.35 191.01 191.95 -
System Red Green Blue C M Y K H S L
Decimal 180 23 202 0.11 0.89 0 0.21 292.63 0.8 0.44
Hex B4 17 CA B 59 0 15 125 50 2C
Octal 264 27 312 13 131 0 25 445 120 54
Binary 10110100 10111 11001010 1011 1011001 0 10101 100100101 1010000 101100

Color Harmonies of #B417CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B417CA

Black with #B417CA

Text Example


Text Example

White with #B417CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B417CA; }

 p { color: rgb(180,23,202); }

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

background-color css

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

 a { background-color: rgb(180,23,202); }

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

border-color css

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

 span { border-color: rgb(180,23,202); }

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