Html Css Color HEX #BF218F Medium Violet Red

📋 copy color: '#BF218F'

red 191 ◦ green 33 ◦ blue 143

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

Shades of Medium Violet Red #BF218F

Tints of Medium Violet Red #BF218F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.99%

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

R = 52.04%
G = 8.99%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF218F (or 0xBF218F) is known color: Medium Violet Red. HEX triplet: BF, 21 and 8F. RGB value is (191,33,143). Sum of RGB (Red+Green+Blue) = 191+33+143=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF218F is #40DE70. Grayscale: #5C5C5C. Windows color (decimal): -4251249 or 9380287. OLE color: 9380287.

HSL color Cylindrical-coordinate representation of color #BF218F: hue angle of 318.23º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF218F is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 33 143 -
CMYK 0 0.83 0.25 0.25
HSL 318.23º 0.71% 0.44% -
HSV(B) 318.23º 0.83% 0.75% -
XYZ 26.99 14.15 27.29 -
YUV 92.78 156.35 198.06 -
System Red Green Blue C M Y K H S L
Decimal 191 33 143 0 0.83 0.25 0.25 318.23 0.71 0.44
Hex BF 21 8F 0 53 19 19 13E 47 2C
Octal 277 41 217 0 123 31 31 476 107 54
Binary 10111111 100001 10001111 0 1010011 11001 11001 100111110 1000111 101100

Color Harmonies of #BF218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF218F

Black with #BF218F

Text Example


Text Example

White with #BF218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF218F; }

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

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

background-color css

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

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

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

border-color css

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

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

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