Html Css Color HEX #B408CC Deep Magenta

📋 copy color: '#B408CC'

red 180 ◦ green 8 ◦ blue 204

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

Shades of Deep Magenta #B408CC

Tints of Deep Magenta #B408CC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.04%

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

R = 45.92%
G = 2.04%
B = 52.04%

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

#B408CC (or 0xB408CC) is known color: Deep Magenta. HEX triplet: B4, 08 and CC. RGB value is (180,8,204). Sum of RGB (Red+Green+Blue) = 180+8+204=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #B408CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B408CC is #4BF733. Grayscale: #515151. Windows color (decimal): -4978484 or 13371572. OLE color: 13371572.

HSL color Cylindrical-coordinate representation of color #B408CC: hue angle of 292.65º 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 #B408CC is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 8 204 -
CMYK 0.12 0.96 0 0.2
HSL 292.65º 0.92% 0.42% -
HSV(B) 292.65º 0.96% 0.8% -
XYZ 29.81 14.24 58.3 -
YUV 81.77 196.98 198.06 -
System Red Green Blue C M Y K H S L
Decimal 180 8 204 0.12 0.96 0 0.2 292.65 0.92 0.42
Hex B4 8 CC C 60 0 14 125 5C 2A
Octal 264 10 314 14 140 0 24 445 134 52
Binary 10110100 1000 11001100 1100 1100000 0 10100 100100101 1011100 101010

Color Harmonies of #B408CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B408CC

Black with #B408CC

Text Example


Text Example

White with #B408CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B408CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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