Html Css Color HEX #B500C0 Deep Magenta

📋 copy color: '#B500C0'

red 181 ◦ green 0 ◦ blue 192

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

Shades of Deep Magenta #B500C0

Tints of Deep Magenta #B500C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.47%

R = 48.53%
G = 0%
B = 51.47%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B500C0 (or 0xB500C0) is known color: Deep Magenta. HEX triplet: B5, 00 and C0. RGB value is (181,0,192). Sum of RGB (Red+Green+Blue) = 181+0+192=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #B500C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500C0 is #4AFF3F. Grayscale: #4B4B4B. Windows color (decimal): -4915008 or 12583093. OLE color: 12583093.

HSL color Cylindrical-coordinate representation of color #B500C0: hue angle of 296.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500C0 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 0 192 -
CMYK 0.06 1 0 0.25
HSL 296.56º 1% 0.38% -
HSV(B) 296.56º 1% 0.75% -
XYZ 28.57 13.63 50.99 -
YUV 76.01 193.47 202.89 -
System Red Green Blue C M Y K H S L
Decimal 181 0 192 0.06 1 0 0.25 296.56 1 0.38
Hex B5 0 C0 6 64 0 19 129 64 26
Octal 265 0 300 6 144 0 31 451 144 46
Binary 10110101 0 11000000 110 1100100 0 11001 100101001 1100100 100110

Color Harmonies of #B500C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B500C0

Black with #B500C0

Text Example


Text Example

White with #B500C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B500C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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