Html Css Color HEX #BF027E Medium Violet Red

📋 copy color: '#BF027E'

red 191 ◦ green 2 ◦ blue 126

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

Shades of Medium Violet Red #BF027E

Tints of Medium Violet Red #BF027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.5%

R = 59.87%
G = 0.63%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF027E (or 0xBF027E) is known color: Medium Violet Red. HEX triplet: BF, 02 and 7E. RGB value is (191,2,126). Sum of RGB (Red+Green+Blue) = 191+2+126=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF027E is #40FD81. Grayscale: #484848. Windows color (decimal): -4259202 or 8258239. OLE color: 8258239.

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

Color convert

RGB 191 2 126 -
CMYK 0 0.99 0.34 0.25
HSL 320.63º 0.98% 0.38% -
HSV(B) 320.63º 0.99% 0.75% -
XYZ 25.27 12.63 20.84 -
YUV 72.65 158.12 212.42 -
System Red Green Blue C M Y K H S L
Decimal 191 2 126 0 0.99 0.34 0.25 320.63 0.98 0.38
Hex BF 2 7E 0 63 22 19 141 62 26
Octal 277 2 176 0 143 42 31 501 142 46
Binary 10111111 10 1111110 0 1100011 100010 11001 101000001 1100010 100110

Color Harmonies of #BF027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF027E

Black with #BF027E

Text Example


Text Example

White with #BF027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF027E; }

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

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

background-color css

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

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

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

border-color css

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

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

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