Html Css Color HEX #B000BE Deep Magenta

📋 copy color: '#B000BE'

red 176 ◦ green 0 ◦ blue 190

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

Shades of Deep Magenta #B000BE

Tints of Deep Magenta #B000BE

RGB

 RED value IS 176 (69.14% from 255) = 48.09%

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

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

R = 48.09%
G = 0%
B = 51.91%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B000BE (or 0xB000BE) is known color: Deep Magenta. HEX triplet: B0, 00 and BE. RGB value is (176,0,190). Sum of RGB (Red+Green+Blue) = 176+0+190=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #B000BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B000BE is #4FFF41. Grayscale: #494949. Windows color (decimal): -5242690 or 12452016. OLE color: 12452016.

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

Color convert

RGB 176 0 190 -
CMYK 0.07 1 0 0.25
HSL 295.58º 1% 0.37% -
HSV(B) 295.58º 1% 0.75% -
XYZ 27.2 12.95 49.78 -
YUV 74.28 193.31 200.55 -
System Red Green Blue C M Y K H S L
Decimal 176 0 190 0.07 1 0 0.25 295.58 1 0.37
Hex B0 0 BE 7 64 0 19 128 64 25
Octal 260 0 276 7 144 0 31 450 144 45
Binary 10110000 0 10111110 111 1100100 0 11001 100101000 1100100 100101

Color Harmonies of #B000BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B000BE

Black with #B000BE

Text Example


Text Example

White with #B000BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B000BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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