Html Css Color HEX #B409CC Deep Magenta

📋 copy color: '#B409CC'

red 180 ◦ green 9 ◦ blue 204

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

Shades of Deep Magenta #B409CC

Tints of Deep Magenta #B409CC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.29%

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

R = 45.8%
G = 2.29%
B = 51.91%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B409CC (or 0xB409CC) is known color: Deep Magenta. HEX triplet: B4, 09 and CC. RGB value is (180,9,204). Sum of RGB (Red+Green+Blue) = 180+9+204=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #B409CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B409CC is #4BF633. Grayscale: #515151. Windows color (decimal): -4978228 or 13371828. OLE color: 13371828.

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

Color convert

RGB 180 9 204 -
CMYK 0.12 0.96 0 0.2
HSL 292.62º 0.92% 0.42% -
HSV(B) 292.62º 0.96% 0.8% -
XYZ 29.82 14.26 58.31 -
YUV 82.36 196.65 197.64 -
System Red Green Blue C M Y K H S L
Decimal 180 9 204 0.12 0.96 0 0.2 292.62 0.92 0.42
Hex B4 9 CC C 60 0 14 125 5C 2A
Octal 264 11 314 14 140 0 24 445 134 52
Binary 10110100 1001 11001100 1100 1100000 0 10100 100100101 1011100 101010

Color Harmonies of #B409CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B409CC

Black with #B409CC

Text Example


Text Example

White with #B409CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B409CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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