Html Css Color HEX #BF359D Medium Red Violet

📋 copy color: '#BF359D'

red 191 ◦ green 53 ◦ blue 157

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

Shades of Medium Red Violet #BF359D

Tints of Medium Red Violet #BF359D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.15%

R = 47.63%
G = 13.22%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF359D (or 0xBF359D) is known color: Medium Red Violet. HEX triplet: BF, 35 and 9D. RGB value is (191,53,157). Sum of RGB (Red+Green+Blue) = 191+53+157=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF359D is #40CA62. Grayscale: #696969. Windows color (decimal): -4246115 or 10302911. OLE color: 10302911.

HSL color Cylindrical-coordinate representation of color #BF359D: hue angle of 314.78º 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 #BF359D is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 53 157 -
CMYK 0 0.72 0.18 0.25
HSL 314.78º 0.57% 0.48% -
HSV(B) 314.78º 0.72% 0.75% -
XYZ 28.84 16.06 33.48 -
YUV 106.12 156.72 188.54 -
System Red Green Blue C M Y K H S L
Decimal 191 53 157 0 0.72 0.18 0.25 314.78 0.57 0.48
Hex BF 35 9D 0 48 12 19 13B 39 30
Octal 277 65 235 0 110 22 31 473 71 60
Binary 10111111 110101 10011101 0 1001000 10010 11001 100111011 111001 110000

Color Harmonies of #BF359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF359D

Black with #BF359D

Text Example


Text Example

White with #BF359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF359D; }

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

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

background-color css

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

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

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

border-color css

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

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

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