Html Css Color HEX #B900B5 Deep Magenta

📋 copy color: '#B900B5'

red 185 ◦ green 0 ◦ blue 181

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

Shades of Deep Magenta #B900B5

Tints of Deep Magenta #B900B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.45%

R = 50.55%
G = 0%
B = 49.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B900B5 (or 0xB900B5) is known color: Deep Magenta. HEX triplet: B9, 00 and B5. RGB value is (185,0,181). Sum of RGB (Red+Green+Blue) = 185+0+181=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B900B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B900B5 is #46FF4A. Grayscale: #4B4B4B. Windows color (decimal): -4652875 or 11862201. OLE color: 11862201.

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

Color convert

RGB 185 0 181 -
CMYK 0 1 0.02 0.27
HSL 301.3º 1% 0.36% -
HSV(B) 301.3º 1% 0.73% -
XYZ 28.35 13.65 44.86 -
YUV 75.95 187.29 205.78 -
System Red Green Blue C M Y K H S L
Decimal 185 0 181 0 1 0.02 0.27 301.3 1 0.36
Hex B9 0 B5 0 64 2 1B 12D 64 24
Octal 271 0 265 0 144 2 33 455 144 44
Binary 10111001 0 10110101 0 1100100 10 11011 100101101 1100100 100100

Color Harmonies of #B900B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900B5

Black with #B900B5

Text Example


Text Example

White with #B900B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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