Html Css Color HEX #B801BD Deep Magenta

📋 copy color: '#B801BD'

red 184 ◦ green 1 ◦ blue 189

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

Shades of Deep Magenta #B801BD

Tints of Deep Magenta #B801BD

RGB

 RED value IS 184 (72.27% from 255) = 49.2%

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

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

R = 49.2%
G = 0.27%
B = 50.53%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B801BD (or 0xB801BD) is known color: Deep Magenta. HEX triplet: B8, 01 and BD. RGB value is (184,1,189). Sum of RGB (Red+Green+Blue) = 184+1+189=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #B801BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B801BD is #47FE42. Grayscale: #4C4C4C. Windows color (decimal): -4718147 or 12386744. OLE color: 12386744.

HSL color Cylindrical-coordinate representation of color #B801BD: hue angle of 298.4º 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 #B801BD is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 1 189 -
CMYK 0.03 0.99 0 0.26
HSL 298.4º 0.99% 0.37% -
HSV(B) 298.4º 0.99% 0.74% -
XYZ 28.96 13.89 49.3 -
YUV 77.15 191.13 204.21 -
System Red Green Blue C M Y K H S L
Decimal 184 1 189 0.03 0.99 0 0.26 298.4 0.99 0.37
Hex B8 1 BD 3 63 0 1A 12A 63 25
Octal 270 1 275 3 143 0 32 452 143 45
Binary 10111000 1 10111101 11 1100011 0 11010 100101010 1100011 100101

Color Harmonies of #B801BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B801BD

Black with #B801BD

Text Example


Text Example

White with #B801BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B801BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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