Html Css Color HEX #BF228B Medium Violet Red

📋 copy color: '#BF228B'

red 191 ◦ green 34 ◦ blue 139

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

Shades of Medium Violet Red #BF228B

Tints of Medium Violet Red #BF228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.19%

R = 52.47%
G = 9.34%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF228B (or 0xBF228B) is known color: Medium Violet Red. HEX triplet: BF, 22 and 8B. RGB value is (191,34,139). Sum of RGB (Red+Green+Blue) = 191+34+139=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF228B is #40DD74. Grayscale: #5C5C5C. Windows color (decimal): -4250997 or 9118399. OLE color: 9118399.

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

Color convert

RGB 191 34 139 -
CMYK 0 0.82 0.27 0.25
HSL 319.87º 0.7% 0.44% -
HSV(B) 319.87º 0.82% 0.75% -
XYZ 26.72 14.08 25.74 -
YUV 92.91 154.01 197.96 -
System Red Green Blue C M Y K H S L
Decimal 191 34 139 0 0.82 0.27 0.25 319.87 0.7 0.44
Hex BF 22 8B 0 52 1B 19 140 46 2C
Octal 277 42 213 0 122 33 31 500 106 54
Binary 10111111 100010 10001011 0 1010010 11011 11001 101000000 1000110 101100

Color Harmonies of #BF228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF228B

Black with #BF228B

Text Example


Text Example

White with #BF228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF228B; }

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

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

background-color css

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

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

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

border-color css

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

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

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