Html Css Color HEX #BF027D Medium Violet Red

📋 copy color: '#BF027D'

red 191 ◦ green 2 ◦ blue 125

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

Shades of Medium Violet Red #BF027D

Tints of Medium Violet Red #BF027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.31%

R = 60.06%
G = 0.63%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF027D (or 0xBF027D) is known color: Medium Violet Red. HEX triplet: BF, 02 and 7D. RGB value is (191,2,125). Sum of RGB (Red+Green+Blue) = 191+2+125=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF027D is #40FD82. Grayscale: #484848. Windows color (decimal): -4259203 or 8192703. OLE color: 8192703.

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

Color convert

RGB 191 2 125 -
CMYK 0 0.99 0.35 0.25
HSL 320.95º 0.98% 0.38% -
HSV(B) 320.95º 0.99% 0.75% -
XYZ 25.21 12.6 20.51 -
YUV 72.53 157.62 212.5 -
System Red Green Blue C M Y K H S L
Decimal 191 2 125 0 0.99 0.35 0.25 320.95 0.98 0.38
Hex BF 2 7D 0 63 23 19 141 62 26
Octal 277 2 175 0 143 43 31 501 142 46
Binary 10111111 10 1111101 0 1100011 100011 11001 101000001 1100010 100110

Color Harmonies of #BF027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF027D

Black with #BF027D

Text Example


Text Example

White with #BF027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF027D; }

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

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

background-color css

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

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

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

border-color css

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

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

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