Html Css Color HEX #BF228F Medium Violet Red

📋 copy color: '#BF228F'

red 191 ◦ green 34 ◦ blue 143

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

Shades of Medium Violet Red #BF228F

Tints of Medium Violet Red #BF228F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.24%

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

R = 51.9%
G = 9.24%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF228F (or 0xBF228F) is known color: Medium Violet Red. HEX triplet: BF, 22 and 8F. RGB value is (191,34,143). Sum of RGB (Red+Green+Blue) = 191+34+143=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF228F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF228F is #40DD70. Grayscale: #5D5D5D. Windows color (decimal): -4250993 or 9380543. OLE color: 9380543.

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

Color convert

RGB 191 34 143 -
CMYK 0 0.82 0.25 0.25
HSL 318.34º 0.7% 0.44% -
HSV(B) 318.34º 0.82% 0.75% -
XYZ 27.02 14.2 27.3 -
YUV 93.37 156.01 197.64 -
System Red Green Blue C M Y K H S L
Decimal 191 34 143 0 0.82 0.25 0.25 318.34 0.7 0.44
Hex BF 22 8F 0 52 19 19 13E 46 2C
Octal 277 42 217 0 122 31 31 476 106 54
Binary 10111111 100010 10001111 0 1010010 11001 11001 100111110 1000110 101100

Color Harmonies of #BF228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF228F

Black with #BF228F

Text Example


Text Example

White with #BF228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF228F; }

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

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

background-color css

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

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

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

border-color css

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

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

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