Html Css Color HEX #B508BD Deep Magenta

📋 copy color: '#B508BD'

red 181 ◦ green 8 ◦ blue 189

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

Shades of Deep Magenta #B508BD

Tints of Deep Magenta #B508BD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.12%

 BLUE value IS 189 (74.22% from 255) = 50%

R = 47.88%
G = 2.12%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B508BD (or 0xB508BD) is known color: Deep Magenta. HEX triplet: B5, 08 and BD. RGB value is (181,8,189). Sum of RGB (Red+Green+Blue) = 181+8+189=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #B508BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B508BD is #4AF742. Grayscale: #4F4F4F. Windows color (decimal): -4912963 or 12388533. OLE color: 12388533.

HSL color Cylindrical-coordinate representation of color #B508BD: hue angle of 297.35º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B508BD is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 8 189 -
CMYK 0.04 0.96 0 0.26
HSL 297.35º 0.92% 0.39% -
HSV(B) 297.35º 0.96% 0.74% -
XYZ 28.33 13.67 49.29 -
YUV 80.36 189.31 199.78 -
System Red Green Blue C M Y K H S L
Decimal 181 8 189 0.04 0.96 0 0.26 297.35 0.92 0.39
Hex B5 8 BD 4 60 0 1A 129 5C 27
Octal 265 10 275 4 140 0 32 451 134 47
Binary 10110101 1000 10111101 100 1100000 0 11010 100101001 1011100 100111

Color Harmonies of #B508BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B508BD

Black with #B508BD

Text Example


Text Example

White with #B508BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B508BD; }

 p { color: rgb(181,8,189); }

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

background-color css

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

 a { background-color: rgb(181,8,189); }

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

border-color css

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

 span { border-color: rgb(181,8,189); }

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