Html Css Color HEX #BF358B Medium Red Violet

📋 copy color: '#BF358B'

red 191 ◦ green 53 ◦ blue 139

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

Shades of Medium Red Violet #BF358B

Tints of Medium Red Violet #BF358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 49.87%
G = 13.84%
B = 36.29%

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

#BF358B (or 0xBF358B) is known color: Medium Red Violet. HEX triplet: BF, 35 and 8B. RGB value is (191,53,139). Sum of RGB (Red+Green+Blue) = 191+53+139=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF358B is #40CA74. Grayscale: #676767. Windows color (decimal): -4246133 or 9123263. OLE color: 9123263.

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

Color convert

RGB 191 53 139 -
CMYK 0 0.72 0.27 0.25
HSL 322.61º 0.57% 0.48% -
HSV(B) 322.61º 0.72% 0.75% -
XYZ 27.42 15.49 25.97 -
YUV 104.07 147.72 190.01 -
System Red Green Blue C M Y K H S L
Decimal 191 53 139 0 0.72 0.27 0.25 322.61 0.57 0.48
Hex BF 35 8B 0 48 1B 19 143 39 30
Octal 277 65 213 0 110 33 31 503 71 60
Binary 10111111 110101 10001011 0 1001000 11011 11001 101000011 111001 110000

Color Harmonies of #BF358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF358B

Black with #BF358B

Text Example


Text Example

White with #BF358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF358B; }

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

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

background-color css

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

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

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

border-color css

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

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

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