Html Css Color HEX #B007BA Deep Magenta

📋 copy color: '#B007BA'

red 176 ◦ green 7 ◦ blue 186

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

Shades of Deep Magenta #B007BA

Tints of Deep Magenta #B007BA

RGB

 RED value IS 176 (69.14% from 255) = 47.7%

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

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

R = 47.7%
G = 1.9%
B = 50.41%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B007BA (or 0xB007BA) is known color: Deep Magenta. HEX triplet: B0, 07 and BA. RGB value is (176,7,186). Sum of RGB (Red+Green+Blue) = 176+7+186=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #B007BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B007BA is #4FF845. Grayscale: #4D4D4D. Windows color (decimal): -5240902 or 12191664. OLE color: 12191664.

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

Color convert

RGB 176 7 186 -
CMYK 0.05 0.96 0 0.27
HSL 296.65º 0.93% 0.38% -
HSV(B) 296.65º 0.96% 0.73% -
XYZ 26.84 12.93 47.53 -
YUV 77.94 188.99 197.95 -
System Red Green Blue C M Y K H S L
Decimal 176 7 186 0.05 0.96 0 0.27 296.65 0.93 0.38
Hex B0 7 BA 5 60 0 1B 129 5D 26
Octal 260 7 272 5 140 0 33 451 135 46
Binary 10110000 111 10111010 101 1100000 0 11011 100101001 1011101 100110

Color Harmonies of #B007BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B007BA

Black with #B007BA

Text Example


Text Example

White with #B007BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B007BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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