Html Css Color HEX #BF3C85 Medium Red Violet

📋 copy color: '#BF3C85'

red 191 ◦ green 60 ◦ blue 133

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

Shades of Medium Red Violet #BF3C85

Tints of Medium Red Violet #BF3C85

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.63%

 BLUE value IS 133 (52.34% from 255) = 34.64%

R = 49.74%
G = 15.63%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF3C85 (or 0xBF3C85) is known color: Medium Red Violet. HEX triplet: BF, 3C and 85. RGB value is (191,60,133). Sum of RGB (Red+Green+Blue) = 191+60+133=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3C85 is #40C37A. Grayscale: #6B6B6B. Windows color (decimal): -4244347 or 8731839. OLE color: 8731839.

HSL color Cylindrical-coordinate representation of color #BF3C85: hue angle of 326.56º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3C85 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 60 133 -
CMYK 0 0.69 0.30 0.25
HSL 326.56º 0.52% 0.49% -
HSV(B) 326.56º 0.69% 0.75% -
XYZ 27.34 16 23.84 -
YUV 107.49 142.4 187.56 -
System Red Green Blue C M Y K H S L
Decimal 191 60 133 0 0.69 0.30 0.25 326.56 0.52 0.49
Hex BF 3C 85 0 45 1E 19 147 34 31
Octal 277 74 205 0 105 36 31 507 64 61
Binary 10111111 111100 10000101 0 1000101 11110 11001 101000111 110100 110001

Color Harmonies of #BF3C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C85

Black with #BF3C85

Text Example


Text Example

White with #BF3C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C85; }

 p { color: rgb(191,60,133); }

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

background-color css

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

 a { background-color: rgb(191,60,133); }

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

border-color css

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

 span { border-color: rgb(191,60,133); }

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