Html Css Color HEX #BF229D Medium Violet Red

📋 copy color: '#BF229D'

red 191 ◦ green 34 ◦ blue 157

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

Shades of Medium Violet Red #BF229D

Tints of Medium Violet Red #BF229D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 50%
G = 8.9%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF229D (or 0xBF229D) is known color: Medium Violet Red. HEX triplet: BF, 22 and 9D. RGB value is (191,34,157). Sum of RGB (Red+Green+Blue) = 191+34+157=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF229D is #40DD62. Grayscale: #5E5E5E. Windows color (decimal): -4250979 or 10298047. OLE color: 10298047.

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

Color convert

RGB 191 34 157 -
CMYK 0 0.82 0.18 0.25
HSL 312.99º 0.7% 0.44% -
HSV(B) 312.99º 0.82% 0.75% -
XYZ 28.14 14.65 33.24 -
YUV 94.97 163.01 196.5 -
System Red Green Blue C M Y K H S L
Decimal 191 34 157 0 0.82 0.18 0.25 312.99 0.7 0.44
Hex BF 22 9D 0 52 12 19 139 46 2C
Octal 277 42 235 0 122 22 31 471 106 54
Binary 10111111 100010 10011101 0 1010010 10010 11001 100111001 1000110 101100

Color Harmonies of #BF229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF229D

Black with #BF229D

Text Example


Text Example

White with #BF229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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