Html Css Color HEX #BF02A0 Medium Violet Red

📋 copy color: '#BF02A0'

red 191 ◦ green 2 ◦ blue 160

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

Shades of Medium Violet Red #BF02A0

Tints of Medium Violet Red #BF02A0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 54.11%
G = 0.57%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF02A0 (or 0xBF02A0) is known color: Medium Violet Red. HEX triplet: BF, 02 and A0. RGB value is (191,2,160). Sum of RGB (Red+Green+Blue) = 191+2+160=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF02A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF02A0 is #40FD5F. Grayscale: #4C4C4C. Windows color (decimal): -4259168 or 10486463. OLE color: 10486463.

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

Color convert

RGB 191 2 160 -
CMYK 0 0.99 0.16 0.25
HSL 309.84º 0.98% 0.38% -
HSV(B) 309.84º 0.99% 0.75% -
XYZ 27.85 13.66 34.43 -
YUV 76.52 175.12 209.65 -
System Red Green Blue C M Y K H S L
Decimal 191 2 160 0 0.99 0.16 0.25 309.84 0.98 0.38
Hex BF 2 A0 0 63 10 19 136 62 26
Octal 277 2 240 0 143 20 31 466 142 46
Binary 10111111 10 10100000 0 1100011 10000 11001 100110110 1100010 100110

Color Harmonies of #BF02A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF02A0

Black with #BF02A0

Text Example


Text Example

White with #BF02A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF02A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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