Html Css Color HEX #BF358D Medium Red Violet

📋 copy color: '#BF358D'

red 191 ◦ green 53 ◦ blue 141

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

Shades of Medium Red Violet #BF358D

Tints of Medium Red Violet #BF358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.77%

 BLUE value IS 141 (55.47% from 255) = 36.62%

R = 49.61%
G = 13.77%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF358D (or 0xBF358D) is known color: Medium Red Violet. HEX triplet: BF, 35 and 8D. RGB value is (191,53,141). Sum of RGB (Red+Green+Blue) = 191+53+141=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF358D is #40CA72. Grayscale: #686868. Windows color (decimal): -4246131 or 9254335. OLE color: 9254335.

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

Color convert

RGB 191 53 141 -
CMYK 0 0.72 0.26 0.25
HSL 321.74º 0.57% 0.48% -
HSV(B) 321.74º 0.72% 0.75% -
XYZ 27.57 15.55 26.75 -
YUV 104.29 148.72 189.84 -
System Red Green Blue C M Y K H S L
Decimal 191 53 141 0 0.72 0.26 0.25 321.74 0.57 0.48
Hex BF 35 8D 0 48 1A 19 142 39 30
Octal 277 65 215 0 110 32 31 502 71 60
Binary 10111111 110101 10001101 0 1001000 11010 11001 101000010 111001 110000

Color Harmonies of #BF358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF358D

Black with #BF358D

Text Example


Text Example

White with #BF358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF358D; }

 p { color: rgb(191,53,141); }

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

background-color css

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

 a { background-color: rgb(191,53,141); }

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

border-color css

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

 span { border-color: rgb(191,53,141); }

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