Html Css Color HEX #B501CB Deep Magenta

📋 copy color: '#B501CB'

red 181 ◦ green 1 ◦ blue 203

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

Shades of Deep Magenta #B501CB

Tints of Deep Magenta #B501CB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 47.01%
G = 0.26%
B = 52.73%

CMYK

 C value IS 0.11

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B501CB (or 0xB501CB) is known color: Deep Magenta. HEX triplet: B5, 01 and CB. RGB value is (181,1,203). Sum of RGB (Red+Green+Blue) = 181+1+203=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #B501CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B501CB is #4AFE34. Grayscale: #4D4D4D. Windows color (decimal): -4914741 or 13304245. OLE color: 13304245.

HSL color Cylindrical-coordinate representation of color #B501CB: hue angle of 293.47º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B501CB is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 1 203 -
CMYK 0.11 1.00 0 0.20
HSL 293.47º 0.99% 0.4% -
HSV(B) 293.47º 1% 0.8% -
XYZ 29.85 14.16 57.66 -
YUV 77.85 198.63 201.57 -
System Red Green Blue C M Y K H S L
Decimal 181 1 203 0.11 1.00 0 0.20 293.47 0.99 0.4
Hex B5 1 CB B 64 0 14 125 63 28
Octal 265 1 313 13 144 0 24 445 143 50
Binary 10110101 1 11001011 1011 1100100 0 10100 100100101 1100011 101000

Color Harmonies of #B501CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B501CB

Black with #B501CB

Text Example


Text Example

White with #B501CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B501CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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