Html Css Color HEX #BF028A Medium Violet Red

📋 copy color: '#BF028A'

red 191 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #BF028A

Tints of Medium Violet Red #BF028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.69%

R = 57.7%
G = 0.6%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF028A (or 0xBF028A) is known color: Medium Violet Red. HEX triplet: BF, 02 and 8A. RGB value is (191,2,138). Sum of RGB (Red+Green+Blue) = 191+2+138=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF028A is #40FD75. Grayscale: #494949. Windows color (decimal): -4259190 or 9044671. OLE color: 9044671.

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

Color convert

RGB 191 2 138 -
CMYK 0 0.99 0.28 0.25
HSL 316.83º 0.98% 0.38% -
HSV(B) 316.83º 0.99% 0.75% -
XYZ 26.1 12.95 25.17 -
YUV 74.02 164.12 211.44 -
System Red Green Blue C M Y K H S L
Decimal 191 2 138 0 0.99 0.28 0.25 316.83 0.98 0.38
Hex BF 2 8A 0 63 1C 19 13D 62 26
Octal 277 2 212 0 143 34 31 475 142 46
Binary 10111111 10 10001010 0 1100011 11100 11001 100111101 1100010 100110

Color Harmonies of #BF028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF028A

Black with #BF028A

Text Example


Text Example

White with #BF028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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