Html Css Color HEX #B900B0 Deep Magenta

📋 copy color: '#B900B0'

red 185 ◦ green 0 ◦ blue 176

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

Shades of Deep Magenta #B900B0

Tints of Deep Magenta #B900B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.75%

R = 51.25%
G = 0%
B = 48.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B900B0 (or 0xB900B0) is known color: Deep Magenta. HEX triplet: B9, 00 and B0. RGB value is (185,0,176). Sum of RGB (Red+Green+Blue) = 185+0+176=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B900B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B900B0 is #46FF4F. Grayscale: #4A4A4A. Windows color (decimal): -4652880 or 11534521. OLE color: 11534521.

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

Color convert

RGB 185 0 176 -
CMYK 0 1 0.05 0.27
HSL 302.92º 1% 0.36% -
HSV(B) 302.92º 1% 0.73% -
XYZ 27.84 13.45 42.2 -
YUV 75.38 184.79 206.19 -
System Red Green Blue C M Y K H S L
Decimal 185 0 176 0 1 0.05 0.27 302.92 1 0.36
Hex B9 0 B0 0 64 5 1B 12F 64 24
Octal 271 0 260 0 144 5 33 457 144 44
Binary 10111001 0 10110000 0 1100100 101 11011 100101111 1100100 100100

Color Harmonies of #B900B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900B0

Black with #B900B0

Text Example


Text Example

White with #B900B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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