Html Css Color HEX #B500B2 Deep Magenta

📋 copy color: '#B500B2'

red 181 ◦ green 0 ◦ blue 178

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

Shades of Deep Magenta #B500B2

Tints of Deep Magenta #B500B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 49.58%

R = 50.42%
G = 0%
B = 49.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B500B2 (or 0xB500B2) is known color: Deep Magenta. HEX triplet: B5, 00 and B2. RGB value is (181,0,178). Sum of RGB (Red+Green+Blue) = 181+0+178=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 178 (69.92% from 255 or 49.58% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B500B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B500B2 is #4AFF4D. Grayscale: #494949. Windows color (decimal): -4915022 or 11665589. OLE color: 11665589.

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

Color convert

RGB 181 0 178 -
CMYK 0 1 0.02 0.29
HSL 300.99º 1% 0.35% -
HSV(B) 300.99º 1% 0.71% -
XYZ 27.09 13.04 43.21 -
YUV 74.41 186.47 204.03 -
System Red Green Blue C M Y K H S L
Decimal 181 0 178 0 1 0.02 0.29 300.99 1 0.35
Hex B5 0 B2 0 64 2 1D 12D 64 23
Octal 265 0 262 0 144 2 35 455 144 43
Binary 10110101 0 10110010 0 1100100 10 11101 100101101 1100100 100011

Color Harmonies of #B500B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B500B2

Black with #B500B2

Text Example


Text Example

White with #B500B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B500B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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