Html Css Color HEX #B415CA Deep Magenta

📋 copy color: '#B415CA'

red 180 ◦ green 21 ◦ blue 202

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

Shades of Deep Magenta #B415CA

Tints of Deep Magenta #B415CA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.21%

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

R = 44.67%
G = 5.21%
B = 50.12%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B415CA (or 0xB415CA) is known color: Deep Magenta. HEX triplet: B4, 15 and CA. RGB value is (180,21,202). Sum of RGB (Red+Green+Blue) = 180+21+202=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #B415CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B415CA is #4BEA35. Grayscale: #585858. Windows color (decimal): -4975158 or 13243828. OLE color: 13243828.

HSL color Cylindrical-coordinate representation of color #B415CA: hue angle of 292.71º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B415CA is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 21 202 -
CMYK 0.11 0.90 0 0.21
HSL 292.71º 0.81% 0.44% -
HSV(B) 292.71º 0.9% 0.79% -
XYZ 29.75 14.5 57.11 -
YUV 89.18 191.68 192.78 -
System Red Green Blue C M Y K H S L
Decimal 180 21 202 0.11 0.90 0 0.21 292.71 0.81 0.44
Hex B4 15 CA B 5A 0 15 125 51 2C
Octal 264 25 312 13 132 0 25 445 121 54
Binary 10110100 10101 11001010 1011 1011010 0 10101 100100101 1010001 101100

Color Harmonies of #B415CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B415CA

Black with #B415CA

Text Example


Text Example

White with #B415CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B415CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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