Html Css Color HEX #BF3381 Medium Red Violet

📋 copy color: '#BF3381'

red 191 ◦ green 51 ◦ blue 129

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

Shades of Medium Red Violet #BF3381

Tints of Medium Red Violet #BF3381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.77%

R = 51.48%
G = 13.75%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF3381 (or 0xBF3381) is known color: Medium Red Violet. HEX triplet: BF, 33 and 81. RGB value is (191,51,129). Sum of RGB (Red+Green+Blue) = 191+51+129=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3381 is #40CC7E. Grayscale: #656565. Windows color (decimal): -4246655 or 8467391. OLE color: 8467391.

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

Color convert

RGB 191 51 129 -
CMYK 0 0.73 0.32 0.25
HSL 326.57º 0.58% 0.47% -
HSV(B) 326.57º 0.73% 0.75% -
XYZ 26.63 15.03 22.27 -
YUV 101.75 143.38 191.66 -
System Red Green Blue C M Y K H S L
Decimal 191 51 129 0 0.73 0.32 0.25 326.57 0.58 0.47
Hex BF 33 81 0 49 20 19 147 3A 2F
Octal 277 63 201 0 111 40 31 507 72 57
Binary 10111111 110011 10000001 0 1001001 100000 11001 101000111 111010 101111

Color Harmonies of #BF3381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3381

Black with #BF3381

Text Example


Text Example

White with #BF3381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3381; }

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

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

background-color css

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

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

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

border-color css

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

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

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