Html Css Color HEX #BF37A1 Medium Red Violet

📋 copy color: '#BF37A1'

red 191 ◦ green 55 ◦ blue 161

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

Shades of Medium Red Violet #BF37A1

Tints of Medium Red Violet #BF37A1

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.51%

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

R = 46.93%
G = 13.51%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF37A1 (or 0xBF37A1) is known color: Medium Red Violet. HEX triplet: BF, 37 and A1. RGB value is (191,55,161). Sum of RGB (Red+Green+Blue) = 191+55+161=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF37A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF37A1 is #40C85E. Grayscale: #6B6B6B. Windows color (decimal): -4245599 or 10565567. OLE color: 10565567.

HSL color Cylindrical-coordinate representation of color #BF37A1: hue angle of 313.24º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF37A1 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 55 161 -
CMYK 0 0.71 0.16 0.25
HSL 313.24º 0.55% 0.48% -
HSV(B) 313.24º 0.71% 0.75% -
XYZ 29.29 16.38 35.34 -
YUV 107.75 158.06 187.38 -
System Red Green Blue C M Y K H S L
Decimal 191 55 161 0 0.71 0.16 0.25 313.24 0.55 0.48
Hex BF 37 A1 0 47 10 19 139 37 30
Octal 277 67 241 0 107 20 31 471 67 60
Binary 10111111 110111 10100001 0 1000111 10000 11001 100111001 110111 110000

Color Harmonies of #BF37A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF37A1

Black with #BF37A1

Text Example


Text Example

White with #BF37A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF37A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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