Html Css Color HEX #BF388F Medium Red Violet

📋 copy color: '#BF388F'

red 191 ◦ green 56 ◦ blue 143

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

Shades of Medium Red Violet #BF388F

Tints of Medium Red Violet #BF388F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.36%

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

R = 48.97%
G = 14.36%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF388F (or 0xBF388F) is known color: Medium Red Violet. HEX triplet: BF, 38 and 8F. RGB value is (191,56,143). Sum of RGB (Red+Green+Blue) = 191+56+143=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF388F is #40C770. Grayscale: #6A6A6A. Windows color (decimal): -4245361 or 9386175. OLE color: 9386175.

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

Color convert

RGB 191 56 143 -
CMYK 0 0.71 0.25 0.25
HSL 321.33º 0.55% 0.48% -
HSV(B) 321.33º 0.71% 0.75% -
XYZ 27.86 15.89 27.58 -
YUV 106.28 148.73 188.43 -
System Red Green Blue C M Y K H S L
Decimal 191 56 143 0 0.71 0.25 0.25 321.33 0.55 0.48
Hex BF 38 8F 0 47 19 19 141 37 30
Octal 277 70 217 0 107 31 31 501 67 60
Binary 10111111 111000 10001111 0 1000111 11001 11001 101000001 110111 110000

Color Harmonies of #BF388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF388F

Black with #BF388F

Text Example


Text Example

White with #BF388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF388F; }

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

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

background-color css

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

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

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

border-color css

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

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

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