Html Css Color HEX #BF367C Medium Red Violet

📋 copy color: '#BF367C'

red 191 ◦ green 54 ◦ blue 124

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

Shades of Medium Red Violet #BF367C

Tints of Medium Red Violet #BF367C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.6%

R = 51.76%
G = 14.63%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF367C (or 0xBF367C) is known color: Medium Red Violet. HEX triplet: BF, 36 and 7C. RGB value is (191,54,124). Sum of RGB (Red+Green+Blue) = 191+54+124=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF367C is #40C983. Grayscale: #666666. Windows color (decimal): -4245892 or 8140479. OLE color: 8140479.

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

Color convert

RGB 191 54 124 -
CMYK 0 0.72 0.35 0.25
HSL 329.34º 0.56% 0.48% -
HSV(B) 329.34º 0.72% 0.75% -
XYZ 26.44 15.17 20.6 -
YUV 102.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 191 54 124 0 0.72 0.35 0.25 329.34 0.56 0.48
Hex BF 36 7C 0 48 23 19 149 38 30
Octal 277 66 174 0 110 43 31 511 70 60
Binary 10111111 110110 1111100 0 1001000 100011 11001 101001001 111000 110000

Color Harmonies of #BF367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF367C

Black with #BF367C

Text Example


Text Example

White with #BF367C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF367C; }

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

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

background-color css

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

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

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

border-color css

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

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

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