Html Css Color HEX #B412CC Deep Magenta

📋 copy color: '#B412CC'

red 180 ◦ green 18 ◦ blue 204

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

Shades of Deep Magenta #B412CC

Tints of Deep Magenta #B412CC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.48%

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

R = 44.78%
G = 4.48%
B = 50.75%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B412CC (or 0xB412CC) is known color: Deep Magenta. HEX triplet: B4, 12 and CC. RGB value is (180,18,204). Sum of RGB (Red+Green+Blue) = 180+18+204=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #B412CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B412CC is #4BED33. Grayscale: #575757. Windows color (decimal): -4975924 or 13374132. OLE color: 13374132.

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

Color convert

RGB 180 18 204 -
CMYK 0.12 0.91 0 0.2
HSL 292.26º 0.84% 0.44% -
HSV(B) 292.26º 0.91% 0.8% -
XYZ 29.94 14.5 58.35 -
YUV 87.64 193.67 193.88 -
System Red Green Blue C M Y K H S L
Decimal 180 18 204 0.12 0.91 0 0.2 292.26 0.84 0.44
Hex B4 12 CC C 5B 0 14 124 54 2C
Octal 264 22 314 14 133 0 24 444 124 54
Binary 10110100 10010 11001100 1100 1011011 0 10100 100100100 1010100 101100

Color Harmonies of #B412CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B412CC

Black with #B412CC

Text Example


Text Example

White with #B412CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B412CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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