Html Css Color HEX #BF0D83 Medium Violet Red

📋 copy color: '#BF0D83'

red 191 ◦ green 13 ◦ blue 131

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

Shades of Medium Violet Red #BF0D83

Tints of Medium Violet Red #BF0D83

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.88%

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

R = 57.01%
G = 3.88%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF0D83 (or 0xBF0D83) is known color: Medium Violet Red. HEX triplet: BF, 0D and 83. RGB value is (191,13,131). Sum of RGB (Red+Green+Blue) = 191+13+131=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0D83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0D83 is #40F27C. Grayscale: #4F4F4F. Windows color (decimal): -4256381 or 8588735. OLE color: 8588735.

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

Color convert

RGB 191 13 131 -
CMYK 0 0.93 0.31 0.25
HSL 320.22º 0.87% 0.4% -
HSV(B) 320.22º 0.93% 0.75% -
XYZ 25.73 13 22.63 -
YUV 79.67 156.97 207.41 -
System Red Green Blue C M Y K H S L
Decimal 191 13 131 0 0.93 0.31 0.25 320.22 0.87 0.4
Hex BF D 83 0 5D 1F 19 140 57 28
Octal 277 15 203 0 135 37 31 500 127 50
Binary 10111111 1101 10000011 0 1011101 11111 11001 101000000 1010111 101000

Color Harmonies of #BF0D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0D83

Black with #BF0D83

Text Example


Text Example

White with #BF0D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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