Html Css Color HEX #B501CF Deep Magenta

📋 copy color: '#B501CF'

red 181 ◦ green 1 ◦ blue 207

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

Shades of Deep Magenta #B501CF

Tints of Deep Magenta #B501CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.21%

R = 46.53%
G = 0.26%
B = 53.21%

CMYK

 C value IS 0.13

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B501CF (or 0xB501CF) is known color: Deep Magenta. HEX triplet: B5, 01 and CF. RGB value is (181,1,207). Sum of RGB (Red+Green+Blue) = 181+1+207=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #B501CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B501CF is #4AFE30. Grayscale: #4D4D4D. Windows color (decimal): -4914737 or 13566389. OLE color: 13566389.

HSL color Cylindrical-coordinate representation of color #B501CF: hue angle of 292.43º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B501CF is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 1 207 -
CMYK 0.13 1.00 0 0.19
HSL 292.43º 0.99% 0.41% -
HSV(B) 292.43º 1% 0.81% -
XYZ 30.33 14.35 60.2 -
YUV 78.3 200.63 201.25 -
System Red Green Blue C M Y K H S L
Decimal 181 1 207 0.13 1.00 0 0.19 292.43 0.99 0.41
Hex B5 1 CF D 64 0 13 124 63 29
Octal 265 1 317 15 144 0 23 444 143 51
Binary 10110101 1 11001111 1101 1100100 0 10011 100100100 1100011 101001

Color Harmonies of #B501CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B501CF

Black with #B501CF

Text Example


Text Example

White with #B501CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B501CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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