Html Css Color HEX #B507BE Deep Magenta

📋 copy color: '#B507BE'

red 181 ◦ green 7 ◦ blue 190

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

Shades of Deep Magenta #B507BE

Tints of Deep Magenta #B507BE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.85%

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 47.88%
G = 1.85%
B = 50.26%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B507BE (or 0xB507BE) is known color: Deep Magenta. HEX triplet: B5, 07 and BE. RGB value is (181,7,190). Sum of RGB (Red+Green+Blue) = 181+7+190=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #B507BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B507BE is #4AF841. Grayscale: #4F4F4F. Windows color (decimal): -4913218 or 12453813. OLE color: 12453813.

HSL color Cylindrical-coordinate representation of color #B507BE: hue angle of 297.05º degrees, saturation: 0.93, 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 #B507BE is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 7 190 -
CMYK 0.05 0.96 0 0.25
HSL 297.05º 0.93% 0.39% -
HSV(B) 297.05º 0.96% 0.75% -
XYZ 28.43 13.69 49.86 -
YUV 79.89 190.15 200.12 -
System Red Green Blue C M Y K H S L
Decimal 181 7 190 0.05 0.96 0 0.25 297.05 0.93 0.39
Hex B5 7 BE 5 60 0 19 129 5D 27
Octal 265 7 276 5 140 0 31 451 135 47
Binary 10110101 111 10111110 101 1100000 0 11001 100101001 1011101 100111

Color Harmonies of #B507BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B507BE

Black with #B507BE

Text Example


Text Example

White with #B507BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B507BE; }

 p { color: rgb(181,7,190); }

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

background-color css

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

 a { background-color: rgb(181,7,190); }

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

border-color css

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

 span { border-color: rgb(181,7,190); }

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