Html Css Color HEX #B007B2 Deep Magenta

📋 copy color: '#B007B2'

red 176 ◦ green 7 ◦ blue 178

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

Shades of Deep Magenta #B007B2

Tints of Deep Magenta #B007B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 49.31%

R = 48.75%
G = 1.94%
B = 49.31%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B007B2 (or 0xB007B2) is known color: Deep Magenta. HEX triplet: B0, 07 and B2. RGB value is (176,7,178). Sum of RGB (Red+Green+Blue) = 176+7+178=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #B007B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B007B2 is #4FF84D. Grayscale: #4C4C4C. Windows color (decimal): -5240910 or 11667376. OLE color: 11667376.

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

Color convert

RGB 176 7 178 -
CMYK 0.01 0.96 0 0.30
HSL 299.3º 0.92% 0.36% -
HSV(B) 299.3º 0.96% 0.7% -
XYZ 26.02 12.6 43.18 -
YUV 77.03 184.99 198.6 -
System Red Green Blue C M Y K H S L
Decimal 176 7 178 0.01 0.96 0 0.30 299.3 0.92 0.36
Hex B0 7 B2 1 60 0 1E 12B 5C 24
Octal 260 7 262 1 140 0 36 453 134 44
Binary 10110000 111 10110010 1 1100000 0 11110 100101011 1011100 100100

Color Harmonies of #B007B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B007B2

Black with #B007B2

Text Example


Text Example

White with #B007B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B007B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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