Html Css Color HEX #B41BBC Deep Magenta

📋 copy color: '#B41BBC'

red 180 ◦ green 27 ◦ blue 188

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

Shades of Deep Magenta #B41BBC

Tints of Deep Magenta #B41BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 45.57%
G = 6.84%
B = 47.59%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B41BBC (or 0xB41BBC) is known color: Deep Magenta. HEX triplet: B4, 1B and BC. RGB value is (180,27,188). Sum of RGB (Red+Green+Blue) = 180+27+188=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #B41BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41BBC is #4BE443. Grayscale: #5A5A5A. Windows color (decimal): -4973636 or 12327860. OLE color: 12327860.

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

Color convert

RGB 180 27 188 -
CMYK 0.04 0.86 0 0.26
HSL 297.02º 0.75% 0.42% -
HSV(B) 297.02º 0.86% 0.74% -
XYZ 28.29 14.12 48.81 -
YUV 91.1 182.69 191.41 -
System Red Green Blue C M Y K H S L
Decimal 180 27 188 0.04 0.86 0 0.26 297.02 0.75 0.42
Hex B4 1B BC 4 56 0 1A 129 4B 2A
Octal 264 33 274 4 126 0 32 451 113 52
Binary 10110100 11011 10111100 100 1010110 0 11010 100101001 1001011 101010

Color Harmonies of #B41BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41BBC

Black with #B41BBC

Text Example


Text Example

White with #B41BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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