Html Css Color HEX #BF2C9D Medium Red Violet

📋 copy color: '#BF2C9D'

red 191 ◦ green 44 ◦ blue 157

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

Shades of Medium Red Violet #BF2C9D

Tints of Medium Red Violet #BF2C9D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.22%

 BLUE value IS 157 (61.72% from 255) = 40.05%

R = 48.72%
G = 11.22%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF2C9D (or 0xBF2C9D) is known color: Medium Red Violet. HEX triplet: BF, 2C and 9D. RGB value is (191,44,157). Sum of RGB (Red+Green+Blue) = 191+44+157=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2C9D is #40D362. Grayscale: #646464. Windows color (decimal): -4248419 or 10300607. OLE color: 10300607.

HSL color Cylindrical-coordinate representation of color #BF2C9D: hue angle of 313.88º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2C9D is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 44 157 -
CMYK 0 0.77 0.18 0.25
HSL 313.88º 0.63% 0.46% -
HSV(B) 313.88º 0.77% 0.75% -
XYZ 28.47 15.31 33.35 -
YUV 100.84 159.7 192.31 -
System Red Green Blue C M Y K H S L
Decimal 191 44 157 0 0.77 0.18 0.25 313.88 0.63 0.46
Hex BF 2C 9D 0 4D 12 19 13A 3F 2E
Octal 277 54 235 0 115 22 31 472 77 56
Binary 10111111 101100 10011101 0 1001101 10010 11001 100111010 111111 101110

Color Harmonies of #BF2C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2C9D

Black with #BF2C9D

Text Example


Text Example

White with #BF2C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2C9D; }

 p { color: rgb(191,44,157); }

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

background-color css

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

 a { background-color: rgb(191,44,157); }

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

border-color css

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

 span { border-color: rgb(191,44,157); }

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