Html Css Color HEX #BF00B6 Deep Magenta

📋 copy color: '#BF00B6'

red 191 ◦ green 0 ◦ blue 182

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

Shades of Deep Magenta #BF00B6

Tints of Deep Magenta #BF00B6

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

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

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

Color convert

RGB 191 0 182 -
CMYK 0 1 0.05 0.25
HSL 302.83º 1% 0.37% -
HSV(B) 302.83º 1% 0.75% -
XYZ 29.93 14.45 45.47 -
YUV 77.86 186.78 208.7 -
System Red Green Blue C M Y K H S L
Decimal 191 0 182 0 1 0.05 0.25 302.83 1 0.37
Hex BF 0 B6 0 64 5 19 12F 64 25
Octal 277 0 266 0 144 5 31 457 144 45
Binary 10111111 0 10110110 0 1100100 101 11001 100101111 1100100 100101

Color Harmonies of #BF00B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00B6

Black with #BF00B6

Text Example


Text Example

White with #BF00B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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