Html Css Color HEX #BF028F Medium Violet Red

📋 copy color: '#BF028F'

red 191 ◦ green 2 ◦ blue 143

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

Shades of Medium Violet Red #BF028F

Tints of Medium Violet Red #BF028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.56%

R = 56.85%
G = 0.6%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF028F (or 0xBF028F) is known color: Medium Violet Red. HEX triplet: BF, 02 and 8F. RGB value is (191,2,143). Sum of RGB (Red+Green+Blue) = 191+2+143=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF028F is #40FD70. Grayscale: #4A4A4A. Windows color (decimal): -4259185 or 9372351. OLE color: 9372351.

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

Color convert

RGB 191 2 143 -
CMYK 0 0.99 0.25 0.25
HSL 315.24º 0.98% 0.38% -
HSV(B) 315.24º 0.99% 0.75% -
XYZ 26.47 13.1 27.12 -
YUV 74.59 166.62 211.04 -
System Red Green Blue C M Y K H S L
Decimal 191 2 143 0 0.99 0.25 0.25 315.24 0.98 0.38
Hex BF 2 8F 0 63 19 19 13B 62 26
Octal 277 2 217 0 143 31 31 473 142 46
Binary 10111111 10 10001111 0 1100011 11001 11001 100111011 1100010 100110

Color Harmonies of #BF028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF028F

Black with #BF028F

Text Example


Text Example

White with #BF028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF028F; }

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

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

background-color css

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

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

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

border-color css

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

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

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