Html Css Color HEX #BF39A1 Medium Red Violet

📋 copy color: '#BF39A1'

red 191 ◦ green 57 ◦ blue 161

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

Shades of Medium Red Violet #BF39A1

Tints of Medium Red Violet #BF39A1

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.94%

 BLUE value IS 161 (63.28% from 255) = 39.36%

R = 46.7%
G = 13.94%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF39A1 (or 0xBF39A1) is known color: Medium Red Violet. HEX triplet: BF, 39 and A1. RGB value is (191,57,161). Sum of RGB (Red+Green+Blue) = 191+57+161=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF39A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF39A1 is #40C65E. Grayscale: #6C6C6C. Windows color (decimal): -4245087 or 10566079. OLE color: 10566079.

HSL color Cylindrical-coordinate representation of color #BF39A1: hue angle of 313.43º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF39A1 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 57 161 -
CMYK 0 0.70 0.16 0.25
HSL 313.43º 0.54% 0.49% -
HSV(B) 313.43º 0.7% 0.75% -
XYZ 29.38 16.58 35.37 -
YUV 108.92 157.39 186.54 -
System Red Green Blue C M Y K H S L
Decimal 191 57 161 0 0.70 0.16 0.25 313.43 0.54 0.49
Hex BF 39 A1 0 46 10 19 139 36 31
Octal 277 71 241 0 106 20 31 471 66 61
Binary 10111111 111001 10100001 0 1000110 10000 11001 100111001 110110 110001

Color Harmonies of #BF39A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF39A1

Black with #BF39A1

Text Example


Text Example

White with #BF39A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF39A1; }

 p { color: rgb(191,57,161); }

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

background-color css

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

 a { background-color: rgb(191,57,161); }

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

border-color css

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

 span { border-color: rgb(191,57,161); }

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