Html Css Color HEX #B600BF Deep Magenta

📋 copy color: '#B600BF'

red 182 ◦ green 0 ◦ blue 191

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

Shades of Deep Magenta #B600BF

Tints of Deep Magenta #B600BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.21%

R = 48.79%
G = 0%
B = 51.21%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B600BF (or 0xB600BF) is known color: Deep Magenta. HEX triplet: B6, 00 and BF. RGB value is (182,0,191). Sum of RGB (Red+Green+Blue) = 182+0+191=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #B600BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B600BF is #49FF40. Grayscale: #4B4B4B. Windows color (decimal): -4849473 or 12517558. OLE color: 12517558.

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

Color convert

RGB 182 0 191 -
CMYK 0.05 1 0 0.25
HSL 297.17º 1% 0.37% -
HSV(B) 297.17º 1% 0.75% -
XYZ 28.7 13.71 50.42 -
YUV 76.19 192.8 203.47 -
System Red Green Blue C M Y K H S L
Decimal 182 0 191 0.05 1 0 0.25 297.17 1 0.37
Hex B6 0 BF 5 64 0 19 129 64 25
Octal 266 0 277 5 144 0 31 451 144 45
Binary 10110110 0 10111111 101 1100100 0 11001 100101001 1100100 100101

Color Harmonies of #B600BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B600BF

Black with #B600BF

Text Example


Text Example

White with #B600BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B600BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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