Html Css Color HEX #B007BD Deep Magenta

📋 copy color: '#B007BD'

red 176 ◦ green 7 ◦ blue 189

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

Shades of Deep Magenta #B007BD

Tints of Deep Magenta #B007BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.81%

R = 47.31%
G = 1.88%
B = 50.81%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B007BD (or 0xB007BD) is known color: Deep Magenta. HEX triplet: B0, 07 and BD. RGB value is (176,7,189). Sum of RGB (Red+Green+Blue) = 176+7+189=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #B007BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B007BD is #4FF842. Grayscale: #4D4D4D. Windows color (decimal): -5240899 or 12388272. OLE color: 12388272.

HSL color Cylindrical-coordinate representation of color #B007BD: hue angle of 295.71º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B007BD is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 7 189 -
CMYK 0.07 0.96 0 0.26
HSL 295.71º 0.93% 0.38% -
HSV(B) 295.71º 0.96% 0.74% -
XYZ 27.17 13.06 49.23 -
YUV 78.28 190.49 197.7 -
System Red Green Blue C M Y K H S L
Decimal 176 7 189 0.07 0.96 0 0.26 295.71 0.93 0.38
Hex B0 7 BD 7 60 0 1A 128 5D 26
Octal 260 7 275 7 140 0 32 450 135 46
Binary 10110000 111 10111101 111 1100000 0 11010 100101000 1011101 100110

Color Harmonies of #B007BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B007BD

Black with #B007BD

Text Example


Text Example

White with #B007BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B007BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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