Html Css Color HEX #BF348B Medium Red Violet

📋 copy color: '#BF348B'

red 191 ◦ green 52 ◦ blue 139

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

Shades of Medium Red Violet #BF348B

Tints of Medium Red Violet #BF348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.61%

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

R = 50%
G = 13.61%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF348B (or 0xBF348B) is known color: Medium Red Violet. HEX triplet: BF, 34 and 8B. RGB value is (191,52,139). Sum of RGB (Red+Green+Blue) = 191+52+139=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF348B is #40CB74. Grayscale: #676767. Windows color (decimal): -4246389 or 9123007. OLE color: 9123007.

HSL color Cylindrical-coordinate representation of color #BF348B: hue angle of 322.45º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF348B is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 52 139 -
CMYK 0 0.73 0.27 0.25
HSL 322.45º 0.57% 0.48% -
HSV(B) 322.45º 0.73% 0.75% -
XYZ 27.37 15.4 25.96 -
YUV 103.48 148.05 190.43 -
System Red Green Blue C M Y K H S L
Decimal 191 52 139 0 0.73 0.27 0.25 322.45 0.57 0.48
Hex BF 34 8B 0 49 1B 19 142 39 30
Octal 277 64 213 0 111 33 31 502 71 60
Binary 10111111 110100 10001011 0 1001001 11011 11001 101000010 111001 110000

Color Harmonies of #BF348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF348B

Black with #BF348B

Text Example


Text Example

White with #BF348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF348B; }

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

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

background-color css

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

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

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

border-color css

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

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

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