Html Css Color HEX #B600BA Deep Magenta

📋 copy color: '#B600BA'

red 182 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #B600BA

Tints of Deep Magenta #B600BA

RGB

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

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

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

R = 49.46%
G = 0%
B = 50.54%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B600BA (or 0xB600BA) is known color: Deep Magenta. HEX triplet: B6, 00 and BA. RGB value is (182,0,186). Sum of RGB (Red+Green+Blue) = 182+0+186=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #B600BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B600BA is #49FF45. Grayscale: #4B4B4B. Windows color (decimal): -4849478 or 12189878. OLE color: 12189878.

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

Color convert

RGB 182 0 186 -
CMYK 0.02 1 0 0.27
HSL 298.71º 1% 0.36% -
HSV(B) 298.71º 1% 0.73% -
XYZ 28.15 13.49 47.57 -
YUV 75.62 190.3 203.88 -
System Red Green Blue C M Y K H S L
Decimal 182 0 186 0.02 1 0 0.27 298.71 1 0.36
Hex B6 0 BA 2 64 0 1B 12B 64 24
Octal 266 0 272 2 144 0 33 453 144 44
Binary 10110110 0 10111010 10 1100100 0 11011 100101011 1100100 100100

Color Harmonies of #B600BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B600BA

Black with #B600BA

Text Example


Text Example

White with #B600BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B600BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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