Html Css Color HEX #B001BE Deep Magenta

📋 copy color: '#B001BE'

red 176 ◦ green 1 ◦ blue 190

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

Shades of Deep Magenta #B001BE

Tints of Deep Magenta #B001BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 47.96%
G = 0.27%
B = 51.77%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B001BE (or 0xB001BE) is known color: Deep Magenta. HEX triplet: B0, 01 and BE. RGB value is (176,1,190). Sum of RGB (Red+Green+Blue) = 176+1+190=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #B001BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B001BE is #4FFE41. Grayscale: #4A4A4A. Windows color (decimal): -5242434 or 12452272. OLE color: 12452272.

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

Color convert

RGB 176 1 190 -
CMYK 0.07 0.99 0 0.25
HSL 295.56º 0.99% 0.37% -
HSV(B) 295.56º 0.99% 0.75% -
XYZ 27.21 12.97 49.78 -
YUV 74.87 192.98 200.13 -
System Red Green Blue C M Y K H S L
Decimal 176 1 190 0.07 0.99 0 0.25 295.56 0.99 0.37
Hex B0 1 BE 7 63 0 19 128 63 25
Octal 260 1 276 7 143 0 31 450 143 45
Binary 10110000 1 10111110 111 1100011 0 11001 100101000 1100011 100101

Color Harmonies of #B001BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B001BE

Black with #B001BE

Text Example


Text Example

White with #B001BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B001BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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