Html Css Color HEX #B415BB Deep Magenta

📋 copy color: '#B415BB'

red 180 ◦ green 21 ◦ blue 187

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

Shades of Deep Magenta #B415BB

Tints of Deep Magenta #B415BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.2%

R = 46.39%
G = 5.41%
B = 48.2%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B415BB (or 0xB415BB) is known color: Deep Magenta. HEX triplet: B4, 15 and BB. RGB value is (180,21,187). Sum of RGB (Red+Green+Blue) = 180+21+187=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #B415BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B415BB is #4BEA44. Grayscale: #565656. Windows color (decimal): -4975173 or 12260788. OLE color: 12260788.

HSL color Cylindrical-coordinate representation of color #B415BB: hue angle of 297.47º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B415BB is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 21 187 -
CMYK 0.04 0.89 0 0.27
HSL 297.47º 0.8% 0.41% -
HSV(B) 297.47º 0.89% 0.73% -
XYZ 28.06 13.83 48.2 -
YUV 87.47 184.18 194 -
System Red Green Blue C M Y K H S L
Decimal 180 21 187 0.04 0.89 0 0.27 297.47 0.8 0.41
Hex B4 15 BB 4 59 0 1B 129 50 29
Octal 264 25 273 4 131 0 33 451 120 51
Binary 10110100 10101 10111011 100 1011001 0 11011 100101001 1010000 101001

Color Harmonies of #B415BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B415BB

Black with #B415BB

Text Example


Text Example

White with #B415BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B415BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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