#bf218a

Color #BF218A Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BF218A

Tints of Medium Violet Red #BF218A

Color information

#BF218A (or 0xBF218A) is unknown color: approx Medium Violet Red. HEX triplet: BF, 21 and 8A. RGB value is (191,33,138). Sum of RGB (Red+Green+Blue) = 191+33+138=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF218A is #40DE75. Grayscale: #5B5B5B. Windows color (decimal): -4251254 or 9052607. OLE color: 9052607.

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

Color convert

RGB19133138-
CMYK00.830.280.25
HSL320.13º70.54%43.92%-
HSV(B)320.13º82.72%74.9%-
XYZ26.621425.34-
YUV92.21153.85198.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.76%
GREEN value IS 33 (13.28% from 255) = 9.12%
BLUE value IS 138 (54.30% from 255) = 38.12%
R=52.76%
G=9.12%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913313800.830.280.25320.1370.5443.92
HexBF218A0531C19140472c
Octal277412120123343150010754
Binary10111111100001100010100101001111100110011010000001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf218a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf218a; }

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

 H1.HeaderClassName
 {
   color: #bf218a;
 }
 .AnyTagClassName
 {
   color: #bf218a;
 }
</style>
background-color css

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

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

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

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

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

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