Html Css Color HEX #BF3788 Medium Red Violet

📋 copy color: '#BF3788'

red 191 ◦ green 55 ◦ blue 136

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

Shades of Medium Red Violet #BF3788

Tints of Medium Red Violet #BF3788

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.4%

 BLUE value IS 136 (53.52% from 255) = 35.6%

R = 50%
G = 14.4%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF3788 (or 0xBF3788) is known color: Medium Red Violet. HEX triplet: BF, 37 and 88. RGB value is (191,55,136). Sum of RGB (Red+Green+Blue) = 191+55+136=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3788 is #40C877. Grayscale: #686868. Windows color (decimal): -4245624 or 8927167. OLE color: 8927167.

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

Color convert

RGB 191 55 136 -
CMYK 0 0.71 0.29 0.25
HSL 324.26º 0.55% 0.48% -
HSV(B) 324.26º 0.71% 0.75% -
XYZ 27.3 15.59 24.86 -
YUV 104.9 145.56 189.41 -
System Red Green Blue C M Y K H S L
Decimal 191 55 136 0 0.71 0.29 0.25 324.26 0.55 0.48
Hex BF 37 88 0 47 1D 19 144 37 30
Octal 277 67 210 0 107 35 31 504 67 60
Binary 10111111 110111 10001000 0 1000111 11101 11001 101000100 110111 110000

Color Harmonies of #BF3788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3788

Black with #BF3788

Text Example


Text Example

White with #BF3788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3788; }

 p { color: rgb(191,55,136); }

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

background-color css

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

 a { background-color: rgb(191,55,136); }

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

border-color css

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

 span { border-color: rgb(191,55,136); }

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