Html Css Color HEX #BF00BA Deep Magenta

📋 copy color: '#BF00BA'

red 191 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #BF00BA

Tints of Deep Magenta #BF00BA

RGB

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

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

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

R = 50.66%
G = 0%
B = 49.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF00BA (or 0xBF00BA) is known color: Deep Magenta. HEX triplet: BF, 00 and BA. RGB value is (191,0,186). Sum of RGB (Red+Green+Blue) = 191+0+186=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00BA is #40FF45. Grayscale: #4D4D4D. Windows color (decimal): -4259654 or 12189887. OLE color: 12189887.

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

Color convert

RGB 191 0 186 -
CMYK 0 1 0.03 0.25
HSL 301.57º 1% 0.37% -
HSV(B) 301.57º 1% 0.75% -
XYZ 30.35 14.62 47.68 -
YUV 78.31 188.78 208.38 -
System Red Green Blue C M Y K H S L
Decimal 191 0 186 0 1 0.03 0.25 301.57 1 0.37
Hex BF 0 BA 0 64 3 19 12E 64 25
Octal 277 0 272 0 144 3 31 456 144 45
Binary 10111111 0 10111010 0 1100100 11 11001 100101110 1100100 100101

Color Harmonies of #BF00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00BA

Black with #BF00BA

Text Example


Text Example

White with #BF00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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