Html Css Color HEX #BF229F Medium Violet Red

📋 copy color: '#BF229F'

red 191 ◦ green 34 ◦ blue 159

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

Shades of Medium Violet Red #BF229F

Tints of Medium Violet Red #BF229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.41%

R = 49.74%
G = 8.85%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF229F (or 0xBF229F) is known color: Medium Violet Red. HEX triplet: BF, 22 and 9F. RGB value is (191,34,159). Sum of RGB (Red+Green+Blue) = 191+34+159=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF229F is #40DD60. Grayscale: #5E5E5E. Windows color (decimal): -4250977 or 10429119. OLE color: 10429119.

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

Color convert

RGB 191 34 159 -
CMYK 0 0.82 0.17 0.25
HSL 312.23º 0.7% 0.44% -
HSV(B) 312.23º 0.82% 0.75% -
XYZ 28.32 14.72 34.15 -
YUV 95.19 164.01 196.34 -
System Red Green Blue C M Y K H S L
Decimal 191 34 159 0 0.82 0.17 0.25 312.23 0.7 0.44
Hex BF 22 9F 0 52 11 19 138 46 2C
Octal 277 42 237 0 122 21 31 470 106 54
Binary 10111111 100010 10011111 0 1010010 10001 11001 100111000 1000110 101100

Color Harmonies of #BF229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF229F

Black with #BF229F

Text Example


Text Example

White with #BF229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF229F; }

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

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

background-color css

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

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

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

border-color css

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

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

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