Html Css Color HEX #BF14CF Deep Magenta

📋 copy color: '#BF14CF'

red 191 ◦ green 20 ◦ blue 207

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

Shades of Deep Magenta #BF14CF

Tints of Deep Magenta #BF14CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 45.69%
G = 4.78%
B = 49.52%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF14CF (or 0xBF14CF) is known color: Deep Magenta. HEX triplet: BF, 14 and CF. RGB value is (191,20,207). Sum of RGB (Red+Green+Blue) = 191+20+207=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF14CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF14CF is #40EB30. Grayscale: #5B5B5B. Windows color (decimal): -4254513 or 13571263. OLE color: 13571263.

HSL color Cylindrical-coordinate representation of color #BF14CF: hue angle of 294.87º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF14CF is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 20 207 -
CMYK 0.08 0.90 0 0.19
HSL 294.87º 0.82% 0.45% -
HSV(B) 294.87º 0.9% 0.81% -
XYZ 33 16.08 60.4 -
YUV 92.45 192.65 198.29 -
System Red Green Blue C M Y K H S L
Decimal 191 20 207 0.08 0.90 0 0.19 294.87 0.82 0.45
Hex BF 14 CF 8 5A 0 13 127 52 2D
Octal 277 24 317 10 132 0 23 447 122 55
Binary 10111111 10100 11001111 1000 1011010 0 10011 100100111 1010010 101101

Color Harmonies of #BF14CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF14CF

Black with #BF14CF

Text Example


Text Example

White with #BF14CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF14CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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