Html Css Color HEX #B900B1 Deep Magenta

📋 copy color: '#B900B1'

red 185 ◦ green 0 ◦ blue 177

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

Shades of Deep Magenta #B900B1

Tints of Deep Magenta #B900B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 48.9%

R = 51.1%
G = 0%
B = 48.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B900B1 (or 0xB900B1) is known color: Deep Magenta. HEX triplet: B9, 00 and B1. RGB value is (185,0,177). Sum of RGB (Red+Green+Blue) = 185+0+177=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B900B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B900B1 is #46FF4E. Grayscale: #4A4A4A. Windows color (decimal): -4652879 or 11600057. OLE color: 11600057.

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

Color convert

RGB 185 0 177 -
CMYK 0 1 0.04 0.27
HSL 302.59º 1% 0.36% -
HSV(B) 302.59º 1% 0.73% -
XYZ 27.94 13.49 42.73 -
YUV 75.49 185.29 206.11 -
System Red Green Blue C M Y K H S L
Decimal 185 0 177 0 1 0.04 0.27 302.59 1 0.36
Hex B9 0 B1 0 64 4 1B 12F 64 24
Octal 271 0 261 0 144 4 33 457 144 44
Binary 10111001 0 10110001 0 1100100 100 11011 100101111 1100100 100100

Color Harmonies of #B900B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900B1

Black with #B900B1

Text Example


Text Example

White with #B900B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900B1; }

 p { color: rgb(185,0,177); }

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

background-color css

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

 a { background-color: rgb(185,0,177); }

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

border-color css

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

 span { border-color: rgb(185,0,177); }

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