Html Css Color HEX #B508CE Deep Magenta

📋 copy color: '#B508CE'

red 181 ◦ green 8 ◦ blue 206

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

Shades of Deep Magenta #B508CE

Tints of Deep Magenta #B508CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 45.82%
G = 2.03%
B = 52.15%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B508CE (or 0xB508CE) is known color: Deep Magenta. HEX triplet: B5, 08 and CE. RGB value is (181,8,206). Sum of RGB (Red+Green+Blue) = 181+8+206=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #B508CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B508CE is #4AF731. Grayscale: #515151. Windows color (decimal): -4912946 or 13502645. OLE color: 13502645.

HSL color Cylindrical-coordinate representation of color #B508CE: hue angle of 292.42º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B508CE is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 8 206 -
CMYK 0.12 0.96 0 0.19
HSL 292.42º 0.93% 0.42% -
HSV(B) 292.42º 0.96% 0.81% -
XYZ 30.28 14.45 59.59 -
YUV 82.3 197.81 198.4 -
System Red Green Blue C M Y K H S L
Decimal 181 8 206 0.12 0.96 0 0.19 292.42 0.93 0.42
Hex B5 8 CE C 60 0 13 124 5D 2A
Octal 265 10 316 14 140 0 23 444 135 52
Binary 10110101 1000 11001110 1100 1100000 0 10011 100100100 1011101 101010

Color Harmonies of #B508CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B508CE

Black with #B508CE

Text Example


Text Example

White with #B508CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B508CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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