Html Css Color HEX #B901BD Deep Magenta

📋 copy color: '#B901BD'

red 185 ◦ green 1 ◦ blue 189

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

Shades of Deep Magenta #B901BD

Tints of Deep Magenta #B901BD

RGB

 RED value IS 185 (72.66% from 255) = 49.33%

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

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

R = 49.33%
G = 0.27%
B = 50.4%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B901BD (or 0xB901BD) is known color: Deep Magenta. HEX triplet: B9, 01 and BD. RGB value is (185,1,189). Sum of RGB (Red+Green+Blue) = 185+1+189=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #B901BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B901BD is #46FE42. Grayscale: #4C4C4C. Windows color (decimal): -4652611 or 12386745. OLE color: 12386745.

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

Color convert

RGB 185 1 189 -
CMYK 0.02 0.99 0 0.26
HSL 298.72º 0.99% 0.37% -
HSV(B) 298.72º 0.99% 0.74% -
XYZ 29.2 14.01 49.31 -
YUV 77.45 190.96 204.71 -
System Red Green Blue C M Y K H S L
Decimal 185 1 189 0.02 0.99 0 0.26 298.72 0.99 0.37
Hex B9 1 BD 2 63 0 1A 12B 63 25
Octal 271 1 275 2 143 0 32 453 143 45
Binary 10111001 1 10111101 10 1100011 0 11010 100101011 1100011 100101

Color Harmonies of #B901BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B901BD

Black with #B901BD

Text Example


Text Example

White with #B901BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B901BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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