Html Css Color HEX #BF3880 Medium Red Violet

📋 copy color: '#BF3880'

red 191 ◦ green 56 ◦ blue 128

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

Shades of Medium Red Violet #BF3880

Tints of Medium Red Violet #BF3880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.13%

R = 50.93%
G = 14.93%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF3880 (or 0xBF3880) is known color: Medium Red Violet. HEX triplet: BF, 38 and 80. RGB value is (191,56,128). Sum of RGB (Red+Green+Blue) = 191+56+128=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3880 is #40C77F. Grayscale: #686868. Windows color (decimal): -4245376 or 8403135. OLE color: 8403135.

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

Color convert

RGB 191 56 128 -
CMYK 0 0.71 0.33 0.25
HSL 328º 0.55% 0.48% -
HSV(B) 328º 0.71% 0.75% -
XYZ 26.8 15.46 21.99 -
YUV 104.57 141.23 189.65 -
System Red Green Blue C M Y K H S L
Decimal 191 56 128 0 0.71 0.33 0.25 328 0.55 0.48
Hex BF 38 80 0 47 21 19 148 37 30
Octal 277 70 200 0 107 41 31 510 67 60
Binary 10111111 111000 10000000 0 1000111 100001 11001 101001000 110111 110000

Color Harmonies of #BF3880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3880

Black with #BF3880

Text Example


Text Example

White with #BF3880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3880; }

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

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

background-color css

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

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

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

border-color css

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

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

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