Html Css Color HEX #BF0084 Medium Violet Red

📋 copy color: '#BF0084'

red 191 ◦ green 0 ◦ blue 132

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

Shades of Medium Violet Red #BF0084

Tints of Medium Violet Red #BF0084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.87%

R = 59.13%
G = 0%
B = 40.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF0084 (or 0xBF0084) is known color: Medium Violet Red. HEX triplet: BF, 00 and 84. RGB value is (191,0,132). Sum of RGB (Red+Green+Blue) = 191+0+132=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0084 is #40FF7B. Grayscale: #474747. Windows color (decimal): -4259708 or 8650943. OLE color: 8650943.

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

Color convert

RGB 191 0 132 -
CMYK 0 1 0.31 0.25
HSL 318.53º 1% 0.37% -
HSV(B) 318.53º 1% 0.75% -
XYZ 25.65 12.74 22.94 -
YUV 72.16 161.78 212.77 -
System Red Green Blue C M Y K H S L
Decimal 191 0 132 0 1 0.31 0.25 318.53 1 0.37
Hex BF 0 84 0 64 1F 19 13F 64 25
Octal 277 0 204 0 144 37 31 477 144 45
Binary 10111111 0 10000100 0 1100100 11111 11001 100111111 1100100 100101

Color Harmonies of #BF0084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0084

Black with #BF0084

Text Example


Text Example

White with #BF0084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0084; }

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

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

background-color css

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

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

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

border-color css

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

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

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