Html Css Color HEX #BF358C Medium Red Violet

📋 copy color: '#BF358C'

red 191 ◦ green 53 ◦ blue 140

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

Shades of Medium Red Violet #BF358C

Tints of Medium Red Violet #BF358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 49.74%
G = 13.8%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF358C (or 0xBF358C) is known color: Medium Red Violet. HEX triplet: BF, 35 and 8C. RGB value is (191,53,140). Sum of RGB (Red+Green+Blue) = 191+53+140=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF358C is #40CA73. Grayscale: #676767. Windows color (decimal): -4246132 or 9188799. OLE color: 9188799.

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

Color convert

RGB 191 53 140 -
CMYK 0 0.72 0.27 0.25
HSL 322.17º 0.57% 0.48% -
HSV(B) 322.17º 0.72% 0.75% -
XYZ 27.49 15.52 26.36 -
YUV 104.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 191 53 140 0 0.72 0.27 0.25 322.17 0.57 0.48
Hex BF 35 8C 0 48 1B 19 142 39 30
Octal 277 65 214 0 110 33 31 502 71 60
Binary 10111111 110101 10001100 0 1001000 11011 11001 101000010 111001 110000

Color Harmonies of #BF358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF358C

Black with #BF358C

Text Example


Text Example

White with #BF358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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