Html Css Color HEX #B508CF Deep Magenta

📋 copy color: '#B508CF'

red 181 ◦ green 8 ◦ blue 207

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

Shades of Deep Magenta #B508CF

Tints of Deep Magenta #B508CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.27%

R = 45.71%
G = 2.02%
B = 52.27%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B508CF (or 0xB508CF) is known color: Deep Magenta. HEX triplet: B5, 08 and CF. RGB value is (181,8,207). Sum of RGB (Red+Green+Blue) = 181+8+207=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #B508CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B508CF is #4AF730. Grayscale: #515151. Windows color (decimal): -4912945 or 13568181. OLE color: 13568181.

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

Color convert

RGB 181 8 207 -
CMYK 0.13 0.96 0 0.19
HSL 292.16º 0.93% 0.42% -
HSV(B) 292.16º 0.96% 0.81% -
XYZ 30.41 14.5 60.23 -
YUV 82.41 198.31 198.32 -
System Red Green Blue C M Y K H S L
Decimal 181 8 207 0.13 0.96 0 0.19 292.16 0.93 0.42
Hex B5 8 CF D 60 0 13 124 5D 2A
Octal 265 10 317 15 140 0 23 444 135 52
Binary 10110101 1000 11001111 1101 1100000 0 10011 100100100 1011101 101010

Color Harmonies of #B508CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B508CF

Black with #B508CF

Text Example


Text Example

White with #B508CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B508CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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