Html Css Color HEX #BF3B8F Medium Red Violet

📋 copy color: '#BF3B8F'

red 191 ◦ green 59 ◦ blue 143

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

Shades of Medium Red Violet #BF3B8F

Tints of Medium Red Violet #BF3B8F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.01%

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

R = 48.6%
G = 15.01%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF3B8F (or 0xBF3B8F) is known color: Medium Red Violet. HEX triplet: BF, 3B and 8F. RGB value is (191,59,143). Sum of RGB (Red+Green+Blue) = 191+59+143=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3B8F is #40C470. Grayscale: #6B6B6B. Windows color (decimal): -4244593 or 9386943. OLE color: 9386943.

HSL color Cylindrical-coordinate representation of color #BF3B8F: hue angle of 321.82º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3B8F is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 59 143 -
CMYK 0 0.69 0.25 0.25
HSL 321.82º 0.53% 0.49% -
HSV(B) 321.82º 0.69% 0.75% -
XYZ 28.01 16.19 27.63 -
YUV 108.04 147.73 187.17 -
System Red Green Blue C M Y K H S L
Decimal 191 59 143 0 0.69 0.25 0.25 321.82 0.53 0.49
Hex BF 3B 8F 0 45 19 19 142 35 31
Octal 277 73 217 0 105 31 31 502 65 61
Binary 10111111 111011 10001111 0 1000101 11001 11001 101000010 110101 110001

Color Harmonies of #BF3B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3B8F

Black with #BF3B8F

Text Example


Text Example

White with #BF3B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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