Html Css Color HEX #BF227C Medium Violet Red

📋 copy color: '#BF227C'

red 191 ◦ green 34 ◦ blue 124

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

Shades of Medium Violet Red #BF227C

Tints of Medium Violet Red #BF227C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 54.73%
G = 9.74%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF227C (or 0xBF227C) is known color: Medium Violet Red. HEX triplet: BF, 22 and 7C. RGB value is (191,34,124). Sum of RGB (Red+Green+Blue) = 191+34+124=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF227C is #40DD83. Grayscale: #5B5B5B. Windows color (decimal): -4251012 or 8135359. OLE color: 8135359.

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

Color convert

RGB 191 34 124 -
CMYK 0 0.82 0.35 0.25
HSL 325.61º 0.7% 0.44% -
HSV(B) 325.61º 0.82% 0.75% -
XYZ 25.7 13.68 20.35 -
YUV 91.2 146.51 199.18 -
System Red Green Blue C M Y K H S L
Decimal 191 34 124 0 0.82 0.35 0.25 325.61 0.7 0.44
Hex BF 22 7C 0 52 23 19 146 46 2C
Octal 277 42 174 0 122 43 31 506 106 54
Binary 10111111 100010 1111100 0 1010010 100011 11001 101000110 1000110 101100

Color Harmonies of #BF227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF227C

Black with #BF227C

Text Example


Text Example

White with #BF227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF227C; }

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

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

background-color css

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

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

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

border-color css

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

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

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