Html Css Color HEX #BF0383 Medium Violet Red

📋 copy color: '#BF0383'

red 191 ◦ green 3 ◦ blue 131

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

Shades of Medium Violet Red #BF0383

Tints of Medium Violet Red #BF0383

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

 BLUE value IS 131 (51.56% from 255) = 40.31%

R = 58.77%
G = 0.92%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF0383 (or 0xBF0383) is known color: Medium Violet Red. HEX triplet: BF, 03 and 83. RGB value is (191,3,131). Sum of RGB (Red+Green+Blue) = 191+3+131=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0383 is #40FC7C. Grayscale: #494949. Windows color (decimal): -4258941 or 8586175. OLE color: 8586175.

HSL color Cylindrical-coordinate representation of color #BF0383: hue angle of 319.15º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF0383 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 3 131 -
CMYK 0 0.98 0.31 0.25
HSL 319.15º 0.97% 0.38% -
HSV(B) 319.15º 0.98% 0.75% -
XYZ 25.62 12.78 22.59 -
YUV 73.8 160.28 211.59 -
System Red Green Blue C M Y K H S L
Decimal 191 3 131 0 0.98 0.31 0.25 319.15 0.97 0.38
Hex BF 3 83 0 62 1F 19 13F 61 26
Octal 277 3 203 0 142 37 31 477 141 46
Binary 10111111 11 10000011 0 1100010 11111 11001 100111111 1100001 100110

Color Harmonies of #BF0383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0383

Black with #BF0383

Text Example


Text Example

White with #BF0383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0383; }

 p { color: rgb(191,3,131); }

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

background-color css

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

 a { background-color: rgb(191,3,131); }

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

border-color css

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

 span { border-color: rgb(191,3,131); }

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