Html Css Color HEX #B508BA Deep Magenta

📋 copy color: '#B508BA'

red 181 ◦ green 8 ◦ blue 186

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

Shades of Deep Magenta #B508BA

Tints of Deep Magenta #B508BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.6%

R = 48.27%
G = 2.13%
B = 49.6%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B508BA (or 0xB508BA) is known color: Deep Magenta. HEX triplet: B5, 08 and BA. RGB value is (181,8,186). Sum of RGB (Red+Green+Blue) = 181+8+186=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #B508BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B508BA is #4AF745. Grayscale: #4F4F4F. Windows color (decimal): -4912966 or 12191925. OLE color: 12191925.

HSL color Cylindrical-coordinate representation of color #B508BA: hue angle of 298.31º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B508BA is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 8 186 -
CMYK 0.03 0.96 0 0.27
HSL 298.31º 0.92% 0.38% -
HSV(B) 298.31º 0.96% 0.73% -
XYZ 28.01 13.54 47.59 -
YUV 80.02 187.81 200.03 -
System Red Green Blue C M Y K H S L
Decimal 181 8 186 0.03 0.96 0 0.27 298.31 0.92 0.38
Hex B5 8 BA 3 60 0 1B 12A 5C 26
Octal 265 10 272 3 140 0 33 452 134 46
Binary 10110101 1000 10111010 11 1100000 0 11011 100101010 1011100 100110

Color Harmonies of #B508BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B508BA

Black with #B508BA

Text Example


Text Example

White with #B508BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B508BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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