Html Css Color HEX #BF0085 Medium Violet Red

📋 copy color: '#BF0085'

red 191 ◦ green 0 ◦ blue 133

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

Shades of Medium Violet Red #BF0085

Tints of Medium Violet Red #BF0085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.05%

R = 58.95%
G = 0%
B = 41.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF0085 (or 0xBF0085) is known color: Medium Violet Red. HEX triplet: BF, 00 and 85. RGB value is (191,0,133). Sum of RGB (Red+Green+Blue) = 191+0+133=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0085 is #40FF7A. Grayscale: #474747. Windows color (decimal): -4259707 or 8716479. OLE color: 8716479.

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

Color convert

RGB 191 0 133 -
CMYK 0 1 0.30 0.25
HSL 318.22º 1% 0.37% -
HSV(B) 318.22º 1% 0.75% -
XYZ 25.72 12.77 23.3 -
YUV 72.27 162.28 212.69 -
System Red Green Blue C M Y K H S L
Decimal 191 0 133 0 1 0.30 0.25 318.22 1 0.37
Hex BF 0 85 0 64 1E 19 13E 64 25
Octal 277 0 205 0 144 36 31 476 144 45
Binary 10111111 0 10000101 0 1100100 11110 11001 100111110 1100100 100101

Color Harmonies of #BF0085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0085

Black with #BF0085

Text Example


Text Example

White with #BF0085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0085; }

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

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

background-color css

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

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

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

border-color css

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

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

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