Html Css Color HEX #B900B2 Deep Magenta

📋 copy color: '#B900B2'

red 185 ◦ green 0 ◦ blue 178

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

Shades of Deep Magenta #B900B2

Tints of Deep Magenta #B900B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 49.04%

R = 50.96%
G = 0%
B = 49.04%

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

#B900B2 (or 0xB900B2) is known color: Deep Magenta. HEX triplet: B9, 00 and B2. RGB value is (185,0,178). Sum of RGB (Red+Green+Blue) = 185+0+178=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B900B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B900B2 is #46FF4D. Grayscale: #4B4B4B. Windows color (decimal): -4652878 or 11665593. OLE color: 11665593.

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

Color convert

RGB 185 0 178 -
CMYK 0 1 0.04 0.27
HSL 302.27º 1% 0.36% -
HSV(B) 302.27º 1% 0.73% -
XYZ 28.04 13.53 43.25 -
YUV 75.61 185.79 206.03 -
System Red Green Blue C M Y K H S L
Decimal 185 0 178 0 1 0.04 0.27 302.27 1 0.36
Hex B9 0 B2 0 64 4 1B 12E 64 24
Octal 271 0 262 0 144 4 33 456 144 44
Binary 10111001 0 10110010 0 1100100 100 11011 100101110 1100100 100100

Color Harmonies of #B900B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900B2

Black with #B900B2

Text Example


Text Example

White with #B900B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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