Html Css Color HEX #BF0874 Medium Violet Red

📋 copy color: '#BF0874'

red 191 ◦ green 8 ◦ blue 116

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

Shades of Medium Violet Red #BF0874

Tints of Medium Violet Red #BF0874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.54%

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 60.63%
G = 2.54%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF0874 (or 0xBF0874) is known color: Medium Violet Red. HEX triplet: BF, 08 and 74. RGB value is (191,8,116). Sum of RGB (Red+Green+Blue) = 191+8+116=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0874 is #40F78B. Grayscale: #4A4A4A. Windows color (decimal): -4257676 or 7604415. OLE color: 7604415.

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

Color convert

RGB 191 8 116 -
CMYK 0 0.96 0.39 0.25
HSL 324.59º 0.92% 0.39% -
HSV(B) 324.59º 0.96% 0.75% -
XYZ 24.73 12.51 17.63 -
YUV 75.03 151.13 210.72 -
System Red Green Blue C M Y K H S L
Decimal 191 8 116 0 0.96 0.39 0.25 324.59 0.92 0.39
Hex BF 8 74 0 60 27 19 145 5C 27
Octal 277 10 164 0 140 47 31 505 134 47
Binary 10111111 1000 1110100 0 1100000 100111 11001 101000101 1011100 100111

Color Harmonies of #BF0874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0874

Black with #BF0874

Text Example


Text Example

White with #BF0874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0874; }

 p { color: rgb(191,8,116); }

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

background-color css

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

 a { background-color: rgb(191,8,116); }

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

border-color css

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

 span { border-color: rgb(191,8,116); }

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