Html Css Color HEX #B007A7 Deep Magenta

📋 copy color: '#B007A7'

red 176 ◦ green 7 ◦ blue 167

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

Shades of Deep Magenta #B007A7

Tints of Deep Magenta #B007A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 47.71%

R = 50.29%
G = 2%
B = 47.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B007A7 (or 0xB007A7) is known color: Deep Magenta. HEX triplet: B0, 07 and A7. RGB value is (176,7,167). Sum of RGB (Red+Green+Blue) = 176+7+167=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 167 (65.62% from 255 or 47.71% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B007A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B007A7 is #4FF858. Grayscale: #4B4B4B. Windows color (decimal): -5240921 or 10946480. OLE color: 10946480.

HSL color Cylindrical-coordinate representation of color #B007A7: hue angle of 303.2º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B007A7 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 7 167 -
CMYK 0 0.96 0.05 0.31
HSL 303.2º 0.92% 0.36% -
HSV(B) 303.2º 0.96% 0.69% -
XYZ 24.96 12.17 37.59 -
YUV 75.77 179.49 199.49 -
System Red Green Blue C M Y K H S L
Decimal 176 7 167 0 0.96 0.05 0.31 303.2 0.92 0.36
Hex B0 7 A7 0 60 5 1F 12F 5C 24
Octal 260 7 247 0 140 5 37 457 134 44
Binary 10110000 111 10100111 0 1100000 101 11111 100101111 1011100 100100

Color Harmonies of #B007A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B007A7

Black with #B007A7

Text Example


Text Example

White with #B007A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B007A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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