Html Css Color HEX #B51CCB Deep Magenta

📋 copy color: '#B51CCB'

red 181 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #B51CCB

Tints of Deep Magenta #B51CCB

RGB

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

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

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

R = 43.93%
G = 6.8%
B = 49.27%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B51CCB (or 0xB51CCB) is known color: Deep Magenta. HEX triplet: B5, 1C and CB. RGB value is (181,28,203). Sum of RGB (Red+Green+Blue) = 181+28+203=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #B51CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51CCB is #4AE334. Grayscale: #5D5D5D. Windows color (decimal): -4907829 or 13311157. OLE color: 13311157.

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

Color convert

RGB 181 28 203 -
CMYK 0.11 0.86 0 0.20
HSL 292.46º 0.76% 0.45% -
HSV(B) 292.46º 0.86% 0.8% -
XYZ 30.25 14.97 57.79 -
YUV 93.7 189.69 190.27 -
System Red Green Blue C M Y K H S L
Decimal 181 28 203 0.11 0.86 0 0.20 292.46 0.76 0.45
Hex B5 1C CB B 56 0 14 124 4C 2D
Octal 265 34 313 13 126 0 24 444 114 55
Binary 10110101 11100 11001011 1011 1010110 0 10100 100100100 1001100 101101

Color Harmonies of #B51CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51CCB

Black with #B51CCB

Text Example


Text Example

White with #B51CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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