Html Css Color HEX #B508C0 Deep Magenta

📋 copy color: '#B508C0'

red 181 ◦ green 8 ◦ blue 192

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

Shades of Deep Magenta #B508C0

Tints of Deep Magenta #B508C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.39%

R = 47.51%
G = 2.1%
B = 50.39%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B508C0 (or 0xB508C0) is known color: Deep Magenta. HEX triplet: B5, 08 and C0. RGB value is (181,8,192). Sum of RGB (Red+Green+Blue) = 181+8+192=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #B508C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B508C0 is #4AF73F. Grayscale: #505050. Windows color (decimal): -4912960 or 12585141. OLE color: 12585141.

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

Color convert

RGB 181 8 192 -
CMYK 0.06 0.96 0 0.25
HSL 296.41º 0.92% 0.39% -
HSV(B) 296.41º 0.96% 0.75% -
XYZ 28.66 13.8 51.02 -
YUV 80.7 190.81 199.54 -
System Red Green Blue C M Y K H S L
Decimal 181 8 192 0.06 0.96 0 0.25 296.41 0.92 0.39
Hex B5 8 C0 6 60 0 19 128 5C 27
Octal 265 10 300 6 140 0 31 450 134 47
Binary 10110101 1000 11000000 110 1100000 0 11001 100101000 1011100 100111

Color Harmonies of #B508C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B508C0

Black with #B508C0

Text Example


Text Example

White with #B508C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B508C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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