Html Css Color HEX #BF008D Medium Violet Red

📋 copy color: '#BF008D'

red 191 ◦ green 0 ◦ blue 141

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

Shades of Medium Violet Red #BF008D

Tints of Medium Violet Red #BF008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.53%
G = 0%
B = 42.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF008D (or 0xBF008D) is known color: Medium Violet Red. HEX triplet: BF, 00 and 8D. RGB value is (191,0,141). Sum of RGB (Red+Green+Blue) = 191+0+141=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF008D is #40FF72. Grayscale: #484848. Windows color (decimal): -4259699 or 9240767. OLE color: 9240767.

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

Color convert

RGB 191 0 141 -
CMYK 0 1 0.26 0.25
HSL 315.71º 1% 0.37% -
HSV(B) 315.71º 1% 0.75% -
XYZ 26.29 13 26.32 -
YUV 73.18 166.28 212.04 -
System Red Green Blue C M Y K H S L
Decimal 191 0 141 0 1 0.26 0.25 315.71 1 0.37
Hex BF 0 8D 0 64 1A 19 13C 64 25
Octal 277 0 215 0 144 32 31 474 144 45
Binary 10111111 0 10001101 0 1100100 11010 11001 100111100 1100100 100101

Color Harmonies of #BF008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF008D

Black with #BF008D

Text Example


Text Example

White with #BF008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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