Html Css Color HEX #B41BB4 Deep Magenta

📋 copy color: '#B41BB4'

red 180 ◦ green 27 ◦ blue 180

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

Shades of Deep Magenta #B41BB4

Tints of Deep Magenta #B41BB4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.98%

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

R = 46.51%
G = 6.98%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B41BB4 (or 0xB41BB4) is known color: Deep Magenta. HEX triplet: B4, 1B and B4. RGB value is (180,27,180). Sum of RGB (Red+Green+Blue) = 180+27+180=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B41BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41BB4 is #4BE44B. Grayscale: #595959. Windows color (decimal): -4973644 or 11803572. OLE color: 11803572.

HSL color Cylindrical-coordinate representation of color #B41BB4: hue angle of 300º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41BB4 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 27 180 -
CMYK 0 0.85 0 0.29
HSL 300º 0.74% 0.41% -
HSV(B) 300º 0.85% 0.71% -
XYZ 27.45 13.78 44.39 -
YUV 90.19 178.69 192.06 -
System Red Green Blue C M Y K H S L
Decimal 180 27 180 0 0.85 0 0.29 300 0.74 0.41
Hex B4 1B B4 0 55 0 1D 12C 4A 29
Octal 264 33 264 0 125 0 35 454 112 51
Binary 10110100 11011 10110100 0 1010101 0 11101 100101100 1001010 101001

Color Harmonies of #B41BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41BB4

Black with #B41BB4

Text Example


Text Example

White with #B41BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41BB4; }

 p { color: rgb(180,27,180); }

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

background-color css

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

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

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

border-color css

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

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

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