Html Css Color HEX #BF338D Medium Red Violet

📋 copy color: '#BF338D'

red 191 ◦ green 51 ◦ blue 141

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

Shades of Medium Red Violet #BF338D

Tints of Medium Red Violet #BF338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.32%

 BLUE value IS 141 (55.47% from 255) = 36.81%

R = 49.87%
G = 13.32%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF338D (or 0xBF338D) is known color: Medium Red Violet. HEX triplet: BF, 33 and 8D. RGB value is (191,51,141). Sum of RGB (Red+Green+Blue) = 191+51+141=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF338D is #40CC72. Grayscale: #666666. Windows color (decimal): -4246643 or 9253823. OLE color: 9253823.

HSL color Cylindrical-coordinate representation of color #BF338D: hue angle of 321.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF338D is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 51 141 -
CMYK 0 0.73 0.26 0.25
HSL 321.43º 0.58% 0.47% -
HSV(B) 321.43º 0.73% 0.75% -
XYZ 27.48 15.37 26.72 -
YUV 103.12 149.38 190.68 -
System Red Green Blue C M Y K H S L
Decimal 191 51 141 0 0.73 0.26 0.25 321.43 0.58 0.47
Hex BF 33 8D 0 49 1A 19 141 3A 2F
Octal 277 63 215 0 111 32 31 501 72 57
Binary 10111111 110011 10001101 0 1001001 11010 11001 101000001 111010 101111

Color Harmonies of #BF338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF338D

Black with #BF338D

Text Example


Text Example

White with #BF338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF338D; }

 p { color: rgb(191,51,141); }

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

background-color css

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

 a { background-color: rgb(191,51,141); }

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

border-color css

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

 span { border-color: rgb(191,51,141); }

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