Html Css Color HEX #B500CA Deep Magenta

📋 copy color: '#B500CA'

red 181 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #B500CA

Tints of Deep Magenta #B500CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.74%

R = 47.26%
G = 0%
B = 52.74%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B500CA (or 0xB500CA) is known color: Deep Magenta. HEX triplet: B5, 00 and CA. RGB value is (181,0,202). Sum of RGB (Red+Green+Blue) = 181+0+202=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #B500CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500CA is #4AFF35. Grayscale: #4C4C4C. Windows color (decimal): -4914998 or 13238453. OLE color: 13238453.

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

Color convert

RGB 181 0 202 -
CMYK 0.10 1 0 0.21
HSL 293.76º 1% 0.4% -
HSV(B) 293.76º 1% 0.79% -
XYZ 29.72 14.09 57.03 -
YUV 77.15 198.47 202.07 -
System Red Green Blue C M Y K H S L
Decimal 181 0 202 0.10 1 0 0.21 293.76 1 0.4
Hex B5 0 CA A 64 0 15 126 64 28
Octal 265 0 312 12 144 0 25 446 144 50
Binary 10110101 0 11001010 1010 1100100 0 10101 100100110 1100100 101000

Color Harmonies of #B500CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B500CA

Black with #B500CA

Text Example


Text Example

White with #B500CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B500CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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