Html Css Color HEX #BF127C Medium Violet Red

📋 copy color: '#BF127C'

red 191 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #BF127C

Tints of Medium Violet Red #BF127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.41%

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

R = 57.36%
G = 5.41%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF127C (or 0xBF127C) is known color: Medium Violet Red. HEX triplet: BF, 12 and 7C. RGB value is (191,18,124). Sum of RGB (Red+Green+Blue) = 191+18+124=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF127C is #40ED83. Grayscale: #515151. Windows color (decimal): -4255108 or 8131263. OLE color: 8131263.

HSL color Cylindrical-coordinate representation of color #BF127C: hue angle of 323.24º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF127C is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 18 124 -
CMYK 0 0.91 0.35 0.25
HSL 323.24º 0.83% 0.41% -
HSV(B) 323.24º 0.91% 0.75% -
XYZ 25.34 12.96 20.24 -
YUV 81.81 151.81 205.88 -
System Red Green Blue C M Y K H S L
Decimal 191 18 124 0 0.91 0.35 0.25 323.24 0.83 0.41
Hex BF 12 7C 0 5B 23 19 143 53 29
Octal 277 22 174 0 133 43 31 503 123 51
Binary 10111111 10010 1111100 0 1011011 100011 11001 101000011 1010011 101001

Color Harmonies of #BF127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF127C

Black with #BF127C

Text Example


Text Example

White with #BF127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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