Html Css Color HEX #B507BA Deep Magenta

📋 copy color: '#B507BA'

red 181 ◦ green 7 ◦ blue 186

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

Shades of Deep Magenta #B507BA

Tints of Deep Magenta #B507BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 48.4%
G = 1.87%
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

#B507BA (or 0xB507BA) is known color: Deep Magenta. HEX triplet: B5, 07 and BA. RGB value is (181,7,186). Sum of RGB (Red+Green+Blue) = 181+7+186=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #B507BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B507BA is #4AF845. Grayscale: #4E4E4E. Windows color (decimal): -4913222 or 12191669. OLE color: 12191669.

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

Color convert

RGB 181 7 186 -
CMYK 0.03 0.96 0 0.27
HSL 298.32º 0.93% 0.38% -
HSV(B) 298.32º 0.96% 0.73% -
XYZ 27.99 13.52 47.59 -
YUV 79.43 188.15 200.45 -
System Red Green Blue C M Y K H S L
Decimal 181 7 186 0.03 0.96 0 0.27 298.32 0.93 0.38
Hex B5 7 BA 3 60 0 1B 12A 5D 26
Octal 265 7 272 3 140 0 33 452 135 46
Binary 10110101 111 10111010 11 1100000 0 11011 100101010 1011101 100110

Color Harmonies of #B507BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B507BA

Black with #B507BA

Text Example


Text Example

White with #B507BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B507BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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