Html Css Color HEX #BF05A0 Medium Violet Red

📋 copy color: '#BF05A0'

red 191 ◦ green 5 ◦ blue 160

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

Shades of Medium Violet Red #BF05A0

Tints of Medium Violet Red #BF05A0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

 BLUE value IS 160 (62.89% from 255) = 44.94%

R = 53.65%
G = 1.4%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF05A0 (or 0xBF05A0) is known color: Medium Violet Red. HEX triplet: BF, 05 and A0. RGB value is (191,5,160). Sum of RGB (Red+Green+Blue) = 191+5+160=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF05A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF05A0 is #40FA5F. Grayscale: #4D4D4D. Windows color (decimal): -4258400 or 10487231. OLE color: 10487231.

HSL color Cylindrical-coordinate representation of color #BF05A0: hue angle of 310º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF05A0 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 5 160 -
CMYK 0 0.97 0.16 0.25
HSL 310º 0.95% 0.38% -
HSV(B) 310º 0.97% 0.75% -
XYZ 27.89 13.72 34.44 -
YUV 78.28 174.12 208.4 -
System Red Green Blue C M Y K H S L
Decimal 191 5 160 0 0.97 0.16 0.25 310 0.95 0.38
Hex BF 5 A0 0 61 10 19 136 5F 26
Octal 277 5 240 0 141 20 31 466 137 46
Binary 10111111 101 10100000 0 1100001 10000 11001 100110110 1011111 100110

Color Harmonies of #BF05A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF05A0

Black with #BF05A0

Text Example


Text Example

White with #BF05A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF05A0; }

 p { color: rgb(191,5,160); }

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

background-color css

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

 a { background-color: rgb(191,5,160); }

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

border-color css

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

 span { border-color: rgb(191,5,160); }

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