Html Css Color HEX #BF3E8C Medium Red Violet

📋 copy color: '#BF3E8C'

red 191 ◦ green 62 ◦ blue 140

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

Shades of Medium Red Violet #BF3E8C

Tints of Medium Red Violet #BF3E8C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.78%

 BLUE value IS 140 (55.08% from 255) = 35.62%

R = 48.6%
G = 15.78%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF3E8C (or 0xBF3E8C) is known color: Medium Red Violet. HEX triplet: BF, 3E and 8C. RGB value is (191,62,140). Sum of RGB (Red+Green+Blue) = 191+62+140=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3E8C is #40C173. Grayscale: #6D6D6D. Windows color (decimal): -4243828 or 9191103. OLE color: 9191103.

HSL color Cylindrical-coordinate representation of color #BF3E8C: hue angle of 323.72º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E8C is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 62 140 -
CMYK 0 0.68 0.27 0.25
HSL 323.72º 0.51% 0.5% -
HSV(B) 323.72º 0.68% 0.75% -
XYZ 27.94 16.42 26.51 -
YUV 109.46 145.24 186.16 -
System Red Green Blue C M Y K H S L
Decimal 191 62 140 0 0.68 0.27 0.25 323.72 0.51 0.5
Hex BF 3E 8C 0 44 1B 19 144 33 32
Octal 277 76 214 0 104 33 31 504 63 62
Binary 10111111 111110 10001100 0 1000100 11011 11001 101000100 110011 110010

Color Harmonies of #BF3E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E8C

Black with #BF3E8C

Text Example


Text Example

White with #BF3E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E8C; }

 p { color: rgb(191,62,140); }

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

background-color css

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

 a { background-color: rgb(191,62,140); }

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

border-color css

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

 span { border-color: rgb(191,62,140); }

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