Html Css Color HEX #BF3A8E Medium Red Violet

📋 copy color: '#BF3A8E'

red 191 ◦ green 58 ◦ blue 142

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

Shades of Medium Red Violet #BF3A8E

Tints of Medium Red Violet #BF3A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.32%

R = 48.85%
G = 14.83%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF3A8E (or 0xBF3A8E) is known color: Medium Red Violet. HEX triplet: BF, 3A and 8E. RGB value is (191,58,142). Sum of RGB (Red+Green+Blue) = 191+58+142=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3A8E is #40C571. Grayscale: #6B6B6B. Windows color (decimal): -4244850 or 9321151. OLE color: 9321151.

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

Color convert

RGB 191 58 142 -
CMYK 0 0.70 0.26 0.25
HSL 322.11º 0.53% 0.49% -
HSV(B) 322.11º 0.7% 0.75% -
XYZ 27.88 16.06 27.22 -
YUV 107.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 191 58 142 0 0.70 0.26 0.25 322.11 0.53 0.49
Hex BF 3A 8E 0 46 1A 19 142 35 31
Octal 277 72 216 0 106 32 31 502 65 61
Binary 10111111 111010 10001110 0 1000110 11010 11001 101000010 110101 110001

Color Harmonies of #BF3A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A8E

Black with #BF3A8E

Text Example


Text Example

White with #BF3A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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