Html Css Color HEX #B500CE Deep Magenta

📋 copy color: '#B500CE'

red 181 ◦ green 0 ◦ blue 206

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

Shades of Deep Magenta #B500CE

Tints of Deep Magenta #B500CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 46.77%
G = 0%
B = 53.23%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B500CE (or 0xB500CE) is known color: Deep Magenta. HEX triplet: B5, 00 and CE. RGB value is (181,0,206). Sum of RGB (Red+Green+Blue) = 181+0+206=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #B500CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500CE is #4AFF31. Grayscale: #4C4C4C. Windows color (decimal): -4914994 or 13500597. OLE color: 13500597.

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

Color convert

RGB 181 0 206 -
CMYK 0.12 1 0 0.19
HSL 292.72º 1% 0.4% -
HSV(B) 292.72º 1% 0.81% -
XYZ 30.2 14.28 59.56 -
YUV 77.6 200.47 201.75 -
System Red Green Blue C M Y K H S L
Decimal 181 0 206 0.12 1 0 0.19 292.72 1 0.4
Hex B5 0 CE C 64 0 13 125 64 28
Octal 265 0 316 14 144 0 23 445 144 50
Binary 10110101 0 11001110 1100 1100100 0 10011 100100101 1100100 101000

Color Harmonies of #B500CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B500CE

Black with #B500CE

Text Example


Text Example

White with #B500CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B500CE; }

 p { color: rgb(181,0,206); }

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

background-color css

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

 a { background-color: rgb(181,0,206); }

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

border-color css

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

 span { border-color: rgb(181,0,206); }

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