Html Css Color HEX #B601BB Deep Magenta

📋 copy color: '#B601BB'

red 182 ◦ green 1 ◦ blue 187

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

Shades of Deep Magenta #B601BB

Tints of Deep Magenta #B601BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.54%

R = 49.19%
G = 0.27%
B = 50.54%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B601BB (or 0xB601BB) is known color: Deep Magenta. HEX triplet: B6, 01 and BB. RGB value is (182,1,187). Sum of RGB (Red+Green+Blue) = 182+1+187=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #B601BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B601BB is #49FE44. Grayscale: #4B4B4B. Windows color (decimal): -4849221 or 12255670. OLE color: 12255670.

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

Color convert

RGB 182 1 187 -
CMYK 0.03 0.99 0 0.27
HSL 298.39º 0.99% 0.37% -
HSV(B) 298.39º 0.99% 0.73% -
XYZ 28.27 13.55 48.14 -
YUV 76.32 190.47 203.38 -
System Red Green Blue C M Y K H S L
Decimal 182 1 187 0.03 0.99 0 0.27 298.39 0.99 0.37
Hex B6 1 BB 3 63 0 1B 12A 63 25
Octal 266 1 273 3 143 0 33 452 143 45
Binary 10110110 1 10111011 11 1100011 0 11011 100101010 1100011 100101

Color Harmonies of #B601BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B601BB

Black with #B601BB

Text Example


Text Example

White with #B601BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B601BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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