Html Css Color HEX #BF368C Medium Red Violet

📋 copy color: '#BF368C'

red 191 ◦ green 54 ◦ blue 140

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

Shades of Medium Red Violet #BF368C

Tints of Medium Red Violet #BF368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 49.61%
G = 14.03%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF368C (or 0xBF368C) is known color: Medium Red Violet. HEX triplet: BF, 36 and 8C. RGB value is (191,54,140). Sum of RGB (Red+Green+Blue) = 191+54+140=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF368C is #40C973. Grayscale: #686868. Windows color (decimal): -4245876 or 9189055. OLE color: 9189055.

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

Color convert

RGB 191 54 140 -
CMYK 0 0.72 0.27 0.25
HSL 322.34º 0.56% 0.48% -
HSV(B) 322.34º 0.72% 0.75% -
XYZ 27.54 15.61 26.37 -
YUV 104.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 191 54 140 0 0.72 0.27 0.25 322.34 0.56 0.48
Hex BF 36 8C 0 48 1B 19 142 38 30
Octal 277 66 214 0 110 33 31 502 70 60
Binary 10111111 110110 10001100 0 1001000 11011 11001 101000010 111000 110000

Color Harmonies of #BF368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF368C

Black with #BF368C

Text Example


Text Example

White with #BF368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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