Html Css Color HEX #B001B7 Deep Magenta

📋 copy color: '#B001B7'

red 176 ◦ green 1 ◦ blue 183

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

Shades of Deep Magenta #B001B7

Tints of Deep Magenta #B001B7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 48.89%
G = 0.28%
B = 50.83%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B001B7 (or 0xB001B7) is known color: Deep Magenta. HEX triplet: B0, 01 and B7. RGB value is (176,1,183). Sum of RGB (Red+Green+Blue) = 176+1+183=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 183 (71.88% from 255 or 50.83% from 360); Max value from RGB is 183 - color contains mainly: blue. Hex color #B001B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B001B7 is #4FFE48. Grayscale: #494949. Windows color (decimal): -5242441 or 11993520. OLE color: 11993520.

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

Color convert

RGB 176 1 183 -
CMYK 0.04 0.99 0 0.28
HSL 297.69º 0.99% 0.36% -
HSV(B) 297.69º 0.99% 0.72% -
XYZ 26.46 12.67 45.85 -
YUV 74.07 189.48 200.7 -
System Red Green Blue C M Y K H S L
Decimal 176 1 183 0.04 0.99 0 0.28 297.69 0.99 0.36
Hex B0 1 B7 4 63 0 1C 12A 63 24
Octal 260 1 267 4 143 0 34 452 143 44
Binary 10110000 1 10110111 100 1100011 0 11100 100101010 1100011 100100

Color Harmonies of #B001B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B001B7

Black with #B001B7

Text Example


Text Example

White with #B001B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B001B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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