Html Css Color HEX #BF028D Medium Violet Red

📋 copy color: '#BF028D'

red 191 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #BF028D

Tints of Medium Violet Red #BF028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 57.19%
G = 0.6%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF028D (or 0xBF028D) is known color: Medium Violet Red. HEX triplet: BF, 02 and 8D. RGB value is (191,2,141). Sum of RGB (Red+Green+Blue) = 191+2+141=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF028D is #40FD72. Grayscale: #494949. Windows color (decimal): -4259187 or 9241279. OLE color: 9241279.

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

Color convert

RGB 191 2 141 -
CMYK 0 0.99 0.26 0.25
HSL 315.87º 0.98% 0.38% -
HSV(B) 315.87º 0.99% 0.75% -
XYZ 26.32 13.04 26.33 -
YUV 74.36 165.62 211.2 -
System Red Green Blue C M Y K H S L
Decimal 191 2 141 0 0.99 0.26 0.25 315.87 0.98 0.38
Hex BF 2 8D 0 63 1A 19 13C 62 26
Octal 277 2 215 0 143 32 31 474 142 46
Binary 10111111 10 10001101 0 1100011 11010 11001 100111100 1100010 100110

Color Harmonies of #BF028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF028D

Black with #BF028D

Text Example


Text Example

White with #BF028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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