Html Css Color HEX #B405CA Deep Magenta

📋 copy color: '#B405CA'

red 180 ◦ green 5 ◦ blue 202

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

Shades of Deep Magenta #B405CA

Tints of Deep Magenta #B405CA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.29%

 BLUE value IS 202 (79.3% from 255) = 52.2%

R = 46.51%
G = 1.29%
B = 52.2%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B405CA (or 0xB405CA) is known color: Deep Magenta. HEX triplet: B4, 05 and CA. RGB value is (180,5,202). Sum of RGB (Red+Green+Blue) = 180+5+202=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #B405CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B405CA is #4BFA35. Grayscale: #4F4F4F. Windows color (decimal): -4979254 or 13239732. OLE color: 13239732.

HSL color Cylindrical-coordinate representation of color #B405CA: hue angle of 293.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B405CA is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 5 202 -
CMYK 0.11 0.98 0 0.21
HSL 293.3º 0.95% 0.41% -
HSV(B) 293.3º 0.98% 0.79% -
XYZ 29.54 14.08 57.04 -
YUV 79.78 196.98 199.48 -
System Red Green Blue C M Y K H S L
Decimal 180 5 202 0.11 0.98 0 0.21 293.3 0.95 0.41
Hex B4 5 CA B 62 0 15 125 5F 29
Octal 264 5 312 13 142 0 25 445 137 51
Binary 10110100 101 11001010 1011 1100010 0 10101 100100101 1011111 101001

Color Harmonies of #B405CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B405CA

Black with #B405CA

Text Example


Text Example

White with #B405CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B405CA; }

 p { color: rgb(180,5,202); }

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

background-color css

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

 a { background-color: rgb(180,5,202); }

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

border-color css

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

 span { border-color: rgb(180,5,202); }

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