Html Css Color HEX #BF36A0 Medium Red Violet

📋 copy color: '#BF36A0'

red 191 ◦ green 54 ◦ blue 160

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

Shades of Medium Red Violet #BF36A0

Tints of Medium Red Violet #BF36A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.51%

R = 47.16%
G = 13.33%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF36A0 (or 0xBF36A0) is known color: Medium Red Violet. HEX triplet: BF, 36 and A0. RGB value is (191,54,160). Sum of RGB (Red+Green+Blue) = 191+54+160=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF36A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF36A0 is #40C95F. Grayscale: #6A6A6A. Windows color (decimal): -4245856 or 10499775. OLE color: 10499775.

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

Color convert

RGB 191 54 160 -
CMYK 0 0.72 0.16 0.25
HSL 313.58º 0.56% 0.48% -
HSV(B) 313.58º 0.72% 0.75% -
XYZ 29.15 16.25 34.86 -
YUV 107.05 157.89 187.88 -
System Red Green Blue C M Y K H S L
Decimal 191 54 160 0 0.72 0.16 0.25 313.58 0.56 0.48
Hex BF 36 A0 0 48 10 19 13A 38 30
Octal 277 66 240 0 110 20 31 472 70 60
Binary 10111111 110110 10100000 0 1001000 10000 11001 100111010 111000 110000

Color Harmonies of #BF36A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF36A0

Black with #BF36A0

Text Example


Text Example

White with #BF36A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF36A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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