Html Css Color HEX #B41CBB Deep Magenta

📋 copy color: '#B41CBB'

red 180 ◦ green 28 ◦ blue 187

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

Shades of Deep Magenta #B41CBB

Tints of Deep Magenta #B41CBB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.09%

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

R = 45.57%
G = 7.09%
B = 47.34%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B41CBB (or 0xB41CBB) is known color: Deep Magenta. HEX triplet: B4, 1C and BB. RGB value is (180,28,187). Sum of RGB (Red+Green+Blue) = 180+28+187=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #B41CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41CBB is #4BE344. Grayscale: #5B5B5B. Windows color (decimal): -4973381 or 12262580. OLE color: 12262580.

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

Color convert

RGB 180 28 187 -
CMYK 0.04 0.85 0 0.27
HSL 297.36º 0.74% 0.42% -
HSV(B) 297.36º 0.85% 0.73% -
XYZ 28.21 14.12 48.25 -
YUV 91.57 181.86 191.07 -
System Red Green Blue C M Y K H S L
Decimal 180 28 187 0.04 0.85 0 0.27 297.36 0.74 0.42
Hex B4 1C BB 4 55 0 1B 129 4A 2A
Octal 264 34 273 4 125 0 33 451 112 52
Binary 10110100 11100 10111011 100 1010101 0 11011 100101001 1001010 101010

Color Harmonies of #B41CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41CBB

Black with #B41CBB

Text Example


Text Example

White with #B41CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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