Html Css Color HEX #B001BD Deep Magenta

📋 copy color: '#B001BD'

red 176 ◦ green 1 ◦ blue 189

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

Shades of Deep Magenta #B001BD

Tints of Deep Magenta #B001BD

RGB

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

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

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

R = 48.09%
G = 0.27%
B = 51.64%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B001BD (or 0xB001BD) is known color: Deep Magenta. HEX triplet: B0, 01 and BD. RGB value is (176,1,189). Sum of RGB (Red+Green+Blue) = 176+1+189=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #B001BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B001BD is #4FFE42. Grayscale: #4A4A4A. Windows color (decimal): -5242435 or 12386736. OLE color: 12386736.

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

Color convert

RGB 176 1 189 -
CMYK 0.07 0.99 0 0.26
HSL 295.85º 0.99% 0.37% -
HSV(B) 295.85º 0.99% 0.74% -
XYZ 27.1 12.93 49.21 -
YUV 74.76 192.48 200.21 -
System Red Green Blue C M Y K H S L
Decimal 176 1 189 0.07 0.99 0 0.26 295.85 0.99 0.37
Hex B0 1 BD 7 63 0 1A 128 63 25
Octal 260 1 275 7 143 0 32 450 143 45
Binary 10110000 1 10111101 111 1100011 0 11010 100101000 1100011 100101

Color Harmonies of #B001BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B001BD

Black with #B001BD

Text Example


Text Example

White with #B001BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B001BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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