Html Css Color HEX #B410CC Deep Magenta

📋 copy color: '#B410CC'

red 180 ◦ green 16 ◦ blue 204

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

Shades of Deep Magenta #B410CC

Tints of Deep Magenta #B410CC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4%

 BLUE value IS 204 (80.08% from 255) = 51%

R = 45%
G = 4%
B = 51%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B410CC (or 0xB410CC) is known color: Deep Magenta. HEX triplet: B4, 10 and CC. RGB value is (180,16,204). Sum of RGB (Red+Green+Blue) = 180+16+204=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #B410CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B410CC is #4BEF33. Grayscale: #555555. Windows color (decimal): -4976436 or 13373620. OLE color: 13373620.

HSL color Cylindrical-coordinate representation of color #B410CC: hue angle of 292.34º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B410CC is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 16 204 -
CMYK 0.12 0.92 0 0.2
HSL 292.34º 0.85% 0.43% -
HSV(B) 292.34º 0.92% 0.8% -
XYZ 29.91 14.43 58.34 -
YUV 86.47 194.33 194.71 -
System Red Green Blue C M Y K H S L
Decimal 180 16 204 0.12 0.92 0 0.2 292.34 0.85 0.43
Hex B4 10 CC C 5C 0 14 124 55 2B
Octal 264 20 314 14 134 0 24 444 125 53
Binary 10110100 10000 11001100 1100 1011100 0 10100 100100100 1010101 101011

Color Harmonies of #B410CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B410CC

Black with #B410CC

Text Example


Text Example

White with #B410CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B410CC; }

 p { color: rgb(180,16,204); }

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

background-color css

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

 a { background-color: rgb(180,16,204); }

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

border-color css

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

 span { border-color: rgb(180,16,204); }

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