Html Css Color HEX #B51BCB Deep Magenta

📋 copy color: '#B51BCB'

red 181 ◦ green 27 ◦ blue 203

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

Shades of Deep Magenta #B51BCB

Tints of Deep Magenta #B51BCB

RGB

 RED value IS 181 (71.09% from 255) = 44.04%

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

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 44.04%
G = 6.57%
B = 49.39%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B51BCB (or 0xB51BCB) is known color: Deep Magenta. HEX triplet: B5, 1B and CB. RGB value is (181,27,203). Sum of RGB (Red+Green+Blue) = 181+27+203=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #B51BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51BCB is #4AE434. Grayscale: #5C5C5C. Windows color (decimal): -4908085 or 13310901. OLE color: 13310901.

HSL color Cylindrical-coordinate representation of color #B51BCB: hue angle of 292.5º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51BCB is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 27 203 -
CMYK 0.11 0.87 0 0.20
HSL 292.5º 0.77% 0.45% -
HSV(B) 292.5º 0.87% 0.8% -
XYZ 30.23 14.92 57.79 -
YUV 93.11 190.02 190.69 -
System Red Green Blue C M Y K H S L
Decimal 181 27 203 0.11 0.87 0 0.20 292.5 0.77 0.45
Hex B5 1B CB B 57 0 14 124 4D 2D
Octal 265 33 313 13 127 0 24 444 115 55
Binary 10110101 11011 11001011 1011 1010111 0 10100 100100100 1001101 101101

Color Harmonies of #B51BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51BCB

Black with #B51BCB

Text Example


Text Example

White with #B51BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51BCB; }

 p { color: rgb(181,27,203); }

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

background-color css

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

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

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

border-color css

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

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

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