Html Css Color HEX #BF3485 Medium Red Violet

📋 copy color: '#BF3485'

red 191 ◦ green 52 ◦ blue 133

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

Shades of Medium Red Violet #BF3485

Tints of Medium Red Violet #BF3485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.83%

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

R = 50.8%
G = 13.83%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF3485 (or 0xBF3485) is known color: Medium Red Violet. HEX triplet: BF, 34 and 85. RGB value is (191,52,133). Sum of RGB (Red+Green+Blue) = 191+52+133=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3485 is #40CB7A. Grayscale: #666666. Windows color (decimal): -4246395 or 8729791. OLE color: 8729791.

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

Color convert

RGB 191 52 133 -
CMYK 0 0.73 0.30 0.25
HSL 325.04º 0.57% 0.48% -
HSV(B) 325.04º 0.73% 0.75% -
XYZ 26.95 15.23 23.71 -
YUV 102.8 145.05 190.91 -
System Red Green Blue C M Y K H S L
Decimal 191 52 133 0 0.73 0.30 0.25 325.04 0.57 0.48
Hex BF 34 85 0 49 1E 19 145 39 30
Octal 277 64 205 0 111 36 31 505 71 60
Binary 10111111 110100 10000101 0 1001001 11110 11001 101000101 111001 110000

Color Harmonies of #BF3485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3485

Black with #BF3485

Text Example


Text Example

White with #BF3485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3485; }

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

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

background-color css

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

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

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

border-color css

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

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

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