Html Css Color HEX #BF3D9C Medium Red Violet

📋 copy color: '#BF3D9C'

red 191 ◦ green 61 ◦ blue 156

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

Shades of Medium Red Violet #BF3D9C

Tints of Medium Red Violet #BF3D9C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.95%

 BLUE value IS 156 (61.33% from 255) = 38.24%

R = 46.81%
G = 14.95%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF3D9C (or 0xBF3D9C) is known color: Medium Red Violet. HEX triplet: BF, 3D and 9C. RGB value is (191,61,156). Sum of RGB (Red+Green+Blue) = 191+61+156=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3D9C is #40C263. Grayscale: #6E6E6E. Windows color (decimal): -4244068 or 10239423. OLE color: 10239423.

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

Color convert

RGB 191 61 156 -
CMYK 0 0.68 0.18 0.25
HSL 316.15º 0.52% 0.49% -
HSV(B) 316.15º 0.68% 0.75% -
XYZ 29.16 16.81 33.16 -
YUV 110.7 153.57 185.28 -
System Red Green Blue C M Y K H S L
Decimal 191 61 156 0 0.68 0.18 0.25 316.15 0.52 0.49
Hex BF 3D 9C 0 44 12 19 13C 34 31
Octal 277 75 234 0 104 22 31 474 64 61
Binary 10111111 111101 10011100 0 1000100 10010 11001 100111100 110100 110001

Color Harmonies of #BF3D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3D9C

Black with #BF3D9C

Text Example


Text Example

White with #BF3D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3D9C; }

 p { color: rgb(191,61,156); }

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

background-color css

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

 a { background-color: rgb(191,61,156); }

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

border-color css

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

 span { border-color: rgb(191,61,156); }

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