Html Css Color HEX #BF14BE Deep Magenta

📋 copy color: '#BF14BE'

red 191 ◦ green 20 ◦ blue 190

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

Shades of Deep Magenta #BF14BE

Tints of Deep Magenta #BF14BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 47.63%
G = 4.99%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF14BE (or 0xBF14BE) is known color: Deep Magenta. HEX triplet: BF, 14 and BE. RGB value is (191,20,190). Sum of RGB (Red+Green+Blue) = 191+20+190=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF14BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF14BE is #40EB41. Grayscale: #5A5A5A. Windows color (decimal): -4254530 or 12457151. OLE color: 12457151.

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

Color convert

RGB 191 20 190 -
CMYK 0 0.90 0.01 0.25
HSL 300.35º 0.81% 0.41% -
HSV(B) 300.35º 0.9% 0.75% -
XYZ 31.03 15.29 50.03 -
YUV 90.51 184.15 199.68 -
System Red Green Blue C M Y K H S L
Decimal 191 20 190 0 0.90 0.01 0.25 300.35 0.81 0.41
Hex BF 14 BE 0 5A 1 19 12C 51 29
Octal 277 24 276 0 132 1 31 454 121 51
Binary 10111111 10100 10111110 0 1011010 1 11001 100101100 1010001 101001

Color Harmonies of #BF14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF14BE

Black with #BF14BE

Text Example


Text Example

White with #BF14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF14BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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