Html Css Color HEX #B601BE Deep Magenta

📋 copy color: '#B601BE'

red 182 ◦ green 1 ◦ blue 190

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

Shades of Deep Magenta #B601BE

Tints of Deep Magenta #B601BE

RGB

 RED value IS 182 (71.48% from 255) = 48.79%

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

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

R = 48.79%
G = 0.27%
B = 50.94%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B601BE (or 0xB601BE) is known color: Deep Magenta. HEX triplet: B6, 01 and BE. RGB value is (182,1,190). Sum of RGB (Red+Green+Blue) = 182+1+190=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #B601BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B601BE is #49FE41. Grayscale: #4C4C4C. Windows color (decimal): -4849218 or 12452278. OLE color: 12452278.

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

Color convert

RGB 182 1 190 -
CMYK 0.04 0.99 0 0.25
HSL 297.46º 0.99% 0.37% -
HSV(B) 297.46º 0.99% 0.75% -
XYZ 28.6 13.68 49.85 -
YUV 76.67 191.97 203.13 -
System Red Green Blue C M Y K H S L
Decimal 182 1 190 0.04 0.99 0 0.25 297.46 0.99 0.37
Hex B6 1 BE 4 63 0 19 129 63 25
Octal 266 1 276 4 143 0 31 451 143 45
Binary 10110110 1 10111110 100 1100011 0 11001 100101001 1100011 100101

Color Harmonies of #B601BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B601BE

Black with #B601BE

Text Example


Text Example

White with #B601BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B601BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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