Html Css Color HEX #B900BB Deep Magenta

📋 copy color: '#B900BB'

red 185 ◦ green 0 ◦ blue 187

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

Shades of Deep Magenta #B900BB

Tints of Deep Magenta #B900BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.27%

R = 49.73%
G = 0%
B = 50.27%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B900BB (or 0xB900BB) is known color: Deep Magenta. HEX triplet: B9, 00 and BB. RGB value is (185,0,187). Sum of RGB (Red+Green+Blue) = 185+0+187=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #B900BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B900BB is #46FF44. Grayscale: #4C4C4C. Windows color (decimal): -4652869 or 12255417. OLE color: 12255417.

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

Color convert

RGB 185 0 187 -
CMYK 0.01 1 0 0.27
HSL 299.36º 1% 0.37% -
HSV(B) 299.36º 1% 0.73% -
XYZ 28.98 13.9 48.17 -
YUV 76.63 190.29 205.29 -
System Red Green Blue C M Y K H S L
Decimal 185 0 187 0.01 1 0 0.27 299.36 1 0.37
Hex B9 0 BB 1 64 0 1B 12B 64 25
Octal 271 0 273 1 144 0 33 453 144 45
Binary 10111001 0 10111011 1 1100100 0 11011 100101011 1100100 100101

Color Harmonies of #B900BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900BB

Black with #B900BB

Text Example


Text Example

White with #B900BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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