Html Css Color HEX #BF227F Medium Violet Red

📋 copy color: '#BF227F'

red 191 ◦ green 34 ◦ blue 127

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

Shades of Medium Violet Red #BF227F

Tints of Medium Violet Red #BF227F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.08%

R = 54.26%
G = 9.66%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF227F (or 0xBF227F) is known color: Medium Violet Red. HEX triplet: BF, 22 and 7F. RGB value is (191,34,127). Sum of RGB (Red+Green+Blue) = 191+34+127=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF227F is #40DD80. Grayscale: #5B5B5B. Windows color (decimal): -4251009 or 8331967. OLE color: 8331967.

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

Color convert

RGB 191 34 127 -
CMYK 0 0.82 0.34 0.25
HSL 324.46º 0.7% 0.44% -
HSV(B) 324.46º 0.82% 0.75% -
XYZ 25.89 13.75 21.37 -
YUV 91.55 148.01 198.94 -
System Red Green Blue C M Y K H S L
Decimal 191 34 127 0 0.82 0.34 0.25 324.46 0.7 0.44
Hex BF 22 7F 0 52 22 19 144 46 2C
Octal 277 42 177 0 122 42 31 504 106 54
Binary 10111111 100010 1111111 0 1010010 100010 11001 101000100 1000110 101100

Color Harmonies of #BF227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF227F

Black with #BF227F

Text Example


Text Example

White with #BF227F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF227F; }

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

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

background-color css

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

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

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

border-color css

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

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

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