Html Css Color HEX #B417C3 Deep Magenta

📋 copy color: '#B417C3'

red 180 ◦ green 23 ◦ blue 195

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

Shades of Deep Magenta #B417C3

Tints of Deep Magenta #B417C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.99%

R = 45.23%
G = 5.78%
B = 48.99%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B417C3 (or 0xB417C3) is known color: Deep Magenta. HEX triplet: B4, 17 and C3. RGB value is (180,23,195). Sum of RGB (Red+Green+Blue) = 180+23+195=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 195 (76.56% from 255 or 48.99% from 398); Max value from RGB is 195 - color contains mainly: blue. Hex color #B417C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417C3 is #4BE83C. Grayscale: #595959. Windows color (decimal): -4974653 or 12785588. OLE color: 12785588.

HSL color Cylindrical-coordinate representation of color #B417C3: hue angle of 294.77º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B417C3 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 23 195 -
CMYK 0.08 0.88 0 0.24
HSL 294.77º 0.79% 0.43% -
HSV(B) 294.77º 0.88% 0.76% -
XYZ 28.98 14.26 52.85 -
YUV 89.55 187.51 192.51 -
System Red Green Blue C M Y K H S L
Decimal 180 23 195 0.08 0.88 0 0.24 294.77 0.79 0.43
Hex B4 17 C3 8 58 0 18 127 4F 2B
Octal 264 27 303 10 130 0 30 447 117 53
Binary 10110100 10111 11000011 1000 1011000 0 11000 100100111 1001111 101011

Color Harmonies of #B417C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B417C3

Black with #B417C3

Text Example


Text Example

White with #B417C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B417C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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