Html Css Color HEX #BF15A8 Medium Violet Red

📋 copy color: '#BF15A8'

red 191 ◦ green 21 ◦ blue 168

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

Shades of Medium Violet Red #BF15A8

Tints of Medium Violet Red #BF15A8

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.53%

 BLUE value IS 168 (66.02% from 255) = 44.21%

R = 50.26%
G = 5.53%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF15A8 (or 0xBF15A8) is known color: Medium Violet Red. HEX triplet: BF, 15 and A8. RGB value is (191,21,168). Sum of RGB (Red+Green+Blue) = 191+21+168=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF15A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF15A8 is #40EA57. Grayscale: #585858. Windows color (decimal): -4254296 or 11015615. OLE color: 11015615.

HSL color Cylindrical-coordinate representation of color #BF15A8: hue angle of 308.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF15A8 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 21 168 -
CMYK 0 0.89 0.12 0.25
HSL 308.12º 0.8% 0.42% -
HSV(B) 308.12º 0.89% 0.75% -
XYZ 28.82 14.44 38.31 -
YUV 88.59 172.82 201.05 -
System Red Green Blue C M Y K H S L
Decimal 191 21 168 0 0.89 0.12 0.25 308.12 0.8 0.42
Hex BF 15 A8 0 59 C 19 134 50 2A
Octal 277 25 250 0 131 14 31 464 120 52
Binary 10111111 10101 10101000 0 1011001 1100 11001 100110100 1010000 101010

Color Harmonies of #BF15A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF15A8

Black with #BF15A8

Text Example


Text Example

White with #BF15A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF15A8; }

 p { color: rgb(191,21,168); }

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

background-color css

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

 a { background-color: rgb(191,21,168); }

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

border-color css

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

 span { border-color: rgb(191,21,168); }

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