Html Css Color HEX #B601BA Deep Magenta

📋 copy color: '#B601BA'

red 182 ◦ green 1 ◦ blue 186

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

Shades of Deep Magenta #B601BA

Tints of Deep Magenta #B601BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.41%

R = 49.32%
G = 0.27%
B = 50.41%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B601BA (or 0xB601BA) is known color: Deep Magenta. HEX triplet: B6, 01 and BA. RGB value is (182,1,186). Sum of RGB (Red+Green+Blue) = 182+1+186=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #B601BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B601BA is #49FE45. Grayscale: #4B4B4B. Windows color (decimal): -4849222 or 12190134. OLE color: 12190134.

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

Color convert

RGB 182 1 186 -
CMYK 0.02 0.99 0 0.27
HSL 298.7º 0.99% 0.37% -
HSV(B) 298.7º 0.99% 0.73% -
XYZ 28.17 13.51 47.58 -
YUV 76.21 189.97 203.46 -
System Red Green Blue C M Y K H S L
Decimal 182 1 186 0.02 0.99 0 0.27 298.7 0.99 0.37
Hex B6 1 BA 2 63 0 1B 12B 63 25
Octal 266 1 272 2 143 0 33 453 143 45
Binary 10110110 1 10111010 10 1100011 0 11011 100101011 1100011 100101

Color Harmonies of #B601BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B601BA

Black with #B601BA

Text Example


Text Example

White with #B601BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B601BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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