Html Css Color HEX #BF3A7E Medium Red Violet

📋 copy color: '#BF3A7E'

red 191 ◦ green 58 ◦ blue 126

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

Shades of Medium Red Violet #BF3A7E

Tints of Medium Red Violet #BF3A7E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.47%

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 50.93%
G = 15.47%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF3A7E (or 0xBF3A7E) is known color: Medium Red Violet. HEX triplet: BF, 3A and 7E. RGB value is (191,58,126). Sum of RGB (Red+Green+Blue) = 191+58+126=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3A7E is #40C581. Grayscale: #696969. Windows color (decimal): -4244866 or 8272575. OLE color: 8272575.

HSL color Cylindrical-coordinate representation of color #BF3A7E: hue angle of 329.32º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3A7E is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 58 126 -
CMYK 0 0.70 0.34 0.25
HSL 329.32º 0.53% 0.49% -
HSV(B) 329.32º 0.7% 0.75% -
XYZ 26.76 15.61 21.34 -
YUV 105.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 191 58 126 0 0.70 0.34 0.25 329.32 0.53 0.49
Hex BF 3A 7E 0 46 22 19 149 35 31
Octal 277 72 176 0 106 42 31 511 65 61
Binary 10111111 111010 1111110 0 1000110 100010 11001 101001001 110101 110001

Color Harmonies of #BF3A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A7E

Black with #BF3A7E

Text Example


Text Example

White with #BF3A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A7E; }

 p { color: rgb(191,58,126); }

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

background-color css

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

 a { background-color: rgb(191,58,126); }

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

border-color css

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

 span { border-color: rgb(191,58,126); }

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