Html Css Color HEX #B508BB Deep Magenta

📋 copy color: '#B508BB'

red 181 ◦ green 8 ◦ blue 187

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

Shades of Deep Magenta #B508BB

Tints of Deep Magenta #B508BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 48.14%
G = 2.13%
B = 49.73%

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

#B508BB (or 0xB508BB) is known color: Deep Magenta. HEX triplet: B5, 08 and BB. RGB value is (181,8,187). Sum of RGB (Red+Green+Blue) = 181+8+187=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #B508BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B508BB is #4AF744. Grayscale: #4F4F4F. Windows color (decimal): -4912965 or 12257461. OLE color: 12257461.

HSL color Cylindrical-coordinate representation of color #B508BB: hue angle of 297.99º 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 #B508BB is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 8 187 -
CMYK 0.03 0.96 0 0.27
HSL 297.99º 0.92% 0.38% -
HSV(B) 297.99º 0.96% 0.73% -
XYZ 28.11 13.59 48.15 -
YUV 80.13 188.31 199.95 -
System Red Green Blue C M Y K H S L
Decimal 181 8 187 0.03 0.96 0 0.27 297.99 0.92 0.38
Hex B5 8 BB 3 60 0 1B 12A 5C 26
Octal 265 10 273 3 140 0 33 452 134 46
Binary 10110101 1000 10111011 11 1100000 0 11011 100101010 1011100 100110

Color Harmonies of #B508BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B508BB

Black with #B508BB

Text Example


Text Example

White with #B508BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B508BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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