Html Css Color HEX #BF358F Medium Red Violet

📋 copy color: '#BF358F'

red 191 ◦ green 53 ◦ blue 143

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

Shades of Medium Red Violet #BF358F

Tints of Medium Red Violet #BF358F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.95%

R = 49.35%
G = 13.7%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF358F (or 0xBF358F) is known color: Medium Red Violet. HEX triplet: BF, 35 and 8F. RGB value is (191,53,143). Sum of RGB (Red+Green+Blue) = 191+53+143=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF358F is #40CA70. Grayscale: #686868. Windows color (decimal): -4246129 or 9385407. OLE color: 9385407.

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

Color convert

RGB 191 53 143 -
CMYK 0 0.72 0.25 0.25
HSL 320.87º 0.57% 0.48% -
HSV(B) 320.87º 0.72% 0.75% -
XYZ 27.72 15.61 27.54 -
YUV 104.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 191 53 143 0 0.72 0.25 0.25 320.87 0.57 0.48
Hex BF 35 8F 0 48 19 19 141 39 30
Octal 277 65 217 0 110 31 31 501 71 60
Binary 10111111 110101 10001111 0 1001000 11001 11001 101000001 111001 110000

Color Harmonies of #BF358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF358F

Black with #BF358F

Text Example


Text Example

White with #BF358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF358F; }

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

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

background-color css

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

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

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

border-color css

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

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

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