Html Css Color HEX #B000B7 Deep Magenta

📋 copy color: '#B000B7'

red 176 ◦ green 0 ◦ blue 183

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

Shades of Deep Magenta #B000B7

Tints of Deep Magenta #B000B7

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 183 (71.88% from 255) = 50.97%

R = 49.03%
G = 0%
B = 50.97%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B000B7 (or 0xB000B7) is known color: Deep Magenta. HEX triplet: B0, 00 and B7. RGB value is (176,0,183). Sum of RGB (Red+Green+Blue) = 176+0+183=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 183 (71.88% from 255 or 50.97% from 359); Max value from RGB is 183 - color contains mainly: blue. Hex color #B000B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B000B7 is #4FFF48. Grayscale: #484848. Windows color (decimal): -5242697 or 11993264. OLE color: 11993264.

HSL color Cylindrical-coordinate representation of color #B000B7: hue angle of 297.7º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B000B7 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 0 183 -
CMYK 0.04 1 0 0.28
HSL 297.7º 1% 0.36% -
HSV(B) 297.7º 1% 0.72% -
XYZ 26.45 12.65 45.85 -
YUV 73.49 189.81 201.12 -
System Red Green Blue C M Y K H S L
Decimal 176 0 183 0.04 1 0 0.28 297.7 1 0.36
Hex B0 0 B7 4 64 0 1C 12A 64 24
Octal 260 0 267 4 144 0 34 452 144 44
Binary 10110000 0 10110111 100 1100100 0 11100 100101010 1100100 100100

Color Harmonies of #B000B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B000B7

Black with #B000B7

Text Example


Text Example

White with #B000B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B000B7; }

 p { color: rgb(176,0,183); }

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

background-color css

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

 a { background-color: rgb(176,0,183); }

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

border-color css

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

 span { border-color: rgb(176,0,183); }

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