Html Css Color HEX #B500B6 Deep Magenta

📋 copy color: '#B500B6'

red 181 ◦ green 0 ◦ blue 182

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

Shades of Deep Magenta #B500B6

Tints of Deep Magenta #B500B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.14%

R = 49.86%
G = 0%
B = 50.14%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B500B6 (or 0xB500B6) is known color: Deep Magenta. HEX triplet: B5, 00 and B6. RGB value is (181,0,182). Sum of RGB (Red+Green+Blue) = 181+0+182=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #B500B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500B6 is #4AFF49. Grayscale: #4A4A4A. Windows color (decimal): -4915018 or 11927733. OLE color: 11927733.

HSL color Cylindrical-coordinate representation of color #B500B6: hue angle of 299.67º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500B6 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 0 182 -
CMYK 0.01 1 0 0.29
HSL 299.67º 1% 0.36% -
HSV(B) 299.67º 1% 0.71% -
XYZ 27.5 13.2 45.35 -
YUV 74.87 188.47 203.7 -
System Red Green Blue C M Y K H S L
Decimal 181 0 182 0.01 1 0 0.29 299.67 1 0.36
Hex B5 0 B6 1 64 0 1D 12C 64 24
Octal 265 0 266 1 144 0 35 454 144 44
Binary 10110101 0 10110110 1 1100100 0 11101 100101100 1100100 100100

Color Harmonies of #B500B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B500B6

Black with #B500B6

Text Example


Text Example

White with #B500B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B500B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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