Html Css Color HEX #BF14BB Deep Magenta

📋 copy color: '#BF14BB'

red 191 ◦ green 20 ◦ blue 187

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

Shades of Deep Magenta #BF14BB

Tints of Deep Magenta #BF14BB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.03%

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

R = 47.99%
G = 5.03%
B = 46.98%

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

#BF14BB (or 0xBF14BB) is known color: Deep Magenta. HEX triplet: BF, 14 and BB. RGB value is (191,20,187). Sum of RGB (Red+Green+Blue) = 191+20+187=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF14BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF14BB is #40EB44. Grayscale: #595959. Windows color (decimal): -4254533 or 12260543. OLE color: 12260543.

HSL color Cylindrical-coordinate representation of color #BF14BB: hue angle of 301.4º degrees, saturation: 0.81, 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 #BF14BB is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 20 187 -
CMYK 0 0.90 0.02 0.25
HSL 301.4º 0.81% 0.41% -
HSV(B) 301.4º 0.9% 0.75% -
XYZ 30.71 15.16 48.32 -
YUV 90.17 182.65 199.92 -
System Red Green Blue C M Y K H S L
Decimal 191 20 187 0 0.90 0.02 0.25 301.4 0.81 0.41
Hex BF 14 BB 0 5A 2 19 12D 51 29
Octal 277 24 273 0 132 2 31 455 121 51
Binary 10111111 10100 10111011 0 1011010 10 11001 100101101 1010001 101001

Color Harmonies of #BF14BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF14BB

Black with #BF14BB

Text Example


Text Example

White with #BF14BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF14BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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