Html Css Color HEX #B900BE Deep Magenta

📋 copy color: '#B900BE'

red 185 ◦ green 0 ◦ blue 190

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

Shades of Deep Magenta #B900BE

Tints of Deep Magenta #B900BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 49.33%
G = 0%
B = 50.67%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B900BE (or 0xB900BE) is known color: Deep Magenta. HEX triplet: B9, 00 and BE. RGB value is (185,0,190). Sum of RGB (Red+Green+Blue) = 185+0+190=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #B900BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B900BE is #46FF41. Grayscale: #4C4C4C. Windows color (decimal): -4652866 or 12452025. OLE color: 12452025.

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

Color convert

RGB 185 0 190 -
CMYK 0.03 1 0 0.25
HSL 298.42º 1% 0.37% -
HSV(B) 298.42º 1% 0.75% -
XYZ 29.3 14.03 49.88 -
YUV 76.98 191.79 205.05 -
System Red Green Blue C M Y K H S L
Decimal 185 0 190 0.03 1 0 0.25 298.42 1 0.37
Hex B9 0 BE 3 64 0 19 12A 64 25
Octal 271 0 276 3 144 0 31 452 144 45
Binary 10111001 0 10111110 11 1100100 0 11001 100101010 1100100 100101

Color Harmonies of #B900BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900BE

Black with #B900BE

Text Example


Text Example

White with #B900BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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