Html Css Color HEX #BF13BB Deep Magenta

📋 copy color: '#BF13BB'

red 191 ◦ green 19 ◦ blue 187

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

Shades of Deep Magenta #BF13BB

Tints of Deep Magenta #BF13BB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.79%

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 48.11%
G = 4.79%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF13BB (or 0xBF13BB) is known color: Deep Magenta. HEX triplet: BF, 13 and BB. RGB value is (191,19,187). Sum of RGB (Red+Green+Blue) = 191+19+187=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF13BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF13BB is #40EC44. Grayscale: #595959. Windows color (decimal): -4254789 or 12260287. OLE color: 12260287.

HSL color Cylindrical-coordinate representation of color #BF13BB: hue angle of 301.4º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF13BB is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 19 187 -
CMYK 0 0.90 0.02 0.25
HSL 301.4º 0.82% 0.41% -
HSV(B) 301.4º 0.9% 0.75% -
XYZ 30.69 15.13 48.32 -
YUV 89.58 182.98 200.34 -
System Red Green Blue C M Y K H S L
Decimal 191 19 187 0 0.90 0.02 0.25 301.4 0.82 0.41
Hex BF 13 BB 0 5A 2 19 12D 52 29
Octal 277 23 273 0 132 2 31 455 122 51
Binary 10111111 10011 10111011 0 1011010 10 11001 100101101 1010010 101001

Color Harmonies of #BF13BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF13BB

Black with #BF13BB

Text Example


Text Example

White with #BF13BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF13BB; }

 p { color: rgb(191,19,187); }

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

background-color css

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

 a { background-color: rgb(191,19,187); }

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

border-color css

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

 span { border-color: rgb(191,19,187); }

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