Html Css Color HEX #B41BBE Deep Magenta

📋 copy color: '#B41BBE'

red 180 ◦ green 27 ◦ blue 190

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

Shades of Deep Magenta #B41BBE

Tints of Deep Magenta #B41BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 45.34%
G = 6.8%
B = 47.86%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B41BBE (or 0xB41BBE) is known color: Deep Magenta. HEX triplet: B4, 1B and BE. RGB value is (180,27,190). Sum of RGB (Red+Green+Blue) = 180+27+190=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #B41BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41BBE is #4BE441. Grayscale: #5A5A5A. Windows color (decimal): -4973634 or 12458932. OLE color: 12458932.

HSL color Cylindrical-coordinate representation of color #B41BBE: hue angle of 296.32º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41BBE is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 27 190 -
CMYK 0.05 0.86 0 0.25
HSL 296.32º 0.75% 0.43% -
HSV(B) 296.32º 0.86% 0.75% -
XYZ 28.51 14.2 49.95 -
YUV 91.33 183.69 191.25 -
System Red Green Blue C M Y K H S L
Decimal 180 27 190 0.05 0.86 0 0.25 296.32 0.75 0.43
Hex B4 1B BE 5 56 0 19 128 4B 2B
Octal 264 33 276 5 126 0 31 450 113 53
Binary 10110100 11011 10111110 101 1010110 0 11001 100101000 1001011 101011

Color Harmonies of #B41BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41BBE

Black with #B41BBE

Text Example


Text Example

White with #B41BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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