Html Css Color HEX #B500CC Deep Magenta

📋 copy color: '#B500CC'

red 181 ◦ green 0 ◦ blue 204

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

Shades of Deep Magenta #B500CC

Tints of Deep Magenta #B500CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 47.01%
G = 0%
B = 52.99%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B500CC (or 0xB500CC) is known color: Deep Magenta. HEX triplet: B5, 00 and CC. RGB value is (181,0,204). Sum of RGB (Red+Green+Blue) = 181+0+204=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #B500CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500CC is #4AFF33. Grayscale: #4C4C4C. Windows color (decimal): -4914996 or 13369525. OLE color: 13369525.

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

Color convert

RGB 181 0 204 -
CMYK 0.11 1 0 0.2
HSL 293.24º 1% 0.4% -
HSV(B) 293.24º 1% 0.8% -
XYZ 29.96 14.18 58.29 -
YUV 77.38 199.47 201.91 -
System Red Green Blue C M Y K H S L
Decimal 181 0 204 0.11 1 0 0.2 293.24 1 0.4
Hex B5 0 CC B 64 0 14 125 64 28
Octal 265 0 314 13 144 0 24 445 144 50
Binary 10110101 0 11001100 1011 1100100 0 10100 100100101 1100100 101000

Color Harmonies of #B500CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B500CC

Black with #B500CC

Text Example


Text Example

White with #B500CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B500CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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