Html Css Color HEX #BF368D Medium Red Violet

📋 copy color: '#BF368D'

red 191 ◦ green 54 ◦ blue 141

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

Shades of Medium Red Violet #BF368D

Tints of Medium Red Violet #BF368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.99%

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 49.48%
G = 13.99%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF368D (or 0xBF368D) is known color: Medium Red Violet. HEX triplet: BF, 36 and 8D. RGB value is (191,54,141). Sum of RGB (Red+Green+Blue) = 191+54+141=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF368D is #40C972. Grayscale: #686868. Windows color (decimal): -4245875 or 9254591. OLE color: 9254591.

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

Color convert

RGB 191 54 141 -
CMYK 0 0.72 0.26 0.25
HSL 321.9º 0.56% 0.48% -
HSV(B) 321.9º 0.72% 0.75% -
XYZ 27.61 15.64 26.76 -
YUV 104.88 148.39 189.43 -
System Red Green Blue C M Y K H S L
Decimal 191 54 141 0 0.72 0.26 0.25 321.9 0.56 0.48
Hex BF 36 8D 0 48 1A 19 142 38 30
Octal 277 66 215 0 110 32 31 502 70 60
Binary 10111111 110110 10001101 0 1001000 11010 11001 101000010 111000 110000

Color Harmonies of #BF368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF368D

Black with #BF368D

Text Example


Text Example

White with #BF368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF368D; }

 p { color: rgb(191,54,141); }

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

background-color css

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

 a { background-color: rgb(191,54,141); }

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

border-color css

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

 span { border-color: rgb(191,54,141); }

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