Html Css Color HEX #BF338B Medium Red Violet

📋 copy color: '#BF338B'

red 191 ◦ green 51 ◦ blue 139

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

Shades of Medium Red Violet #BF338B

Tints of Medium Red Violet #BF338B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 50.13%
G = 13.39%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF338B (or 0xBF338B) is known color: Medium Red Violet. HEX triplet: BF, 33 and 8B. RGB value is (191,51,139). Sum of RGB (Red+Green+Blue) = 191+51+139=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF338B is #40CC74. Grayscale: #666666. Windows color (decimal): -4246645 or 9122751. OLE color: 9122751.

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

Color convert

RGB 191 51 139 -
CMYK 0 0.73 0.27 0.25
HSL 322.29º 0.58% 0.47% -
HSV(B) 322.29º 0.73% 0.75% -
XYZ 27.33 15.31 25.94 -
YUV 102.89 148.38 190.84 -
System Red Green Blue C M Y K H S L
Decimal 191 51 139 0 0.73 0.27 0.25 322.29 0.58 0.47
Hex BF 33 8B 0 49 1B 19 142 3A 2F
Octal 277 63 213 0 111 33 31 502 72 57
Binary 10111111 110011 10001011 0 1001001 11011 11001 101000010 111010 101111

Color Harmonies of #BF338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF338B

Black with #BF338B

Text Example


Text Example

White with #BF338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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