Html Css Color HEX #BF0872 Medium Violet Red

📋 copy color: '#BF0872'

red 191 ◦ green 8 ◦ blue 114

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

Shades of Medium Violet Red #BF0872

Tints of Medium Violet Red #BF0872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.42%

R = 61.02%
G = 2.56%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF0872 (or 0xBF0872) is known color: Medium Violet Red. HEX triplet: BF, 08 and 72. RGB value is (191,8,114). Sum of RGB (Red+Green+Blue) = 191+8+114=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0872 is #40F78D. Grayscale: #4A4A4A. Windows color (decimal): -4257678 or 7473343. OLE color: 7473343.

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

Color convert

RGB 191 8 114 -
CMYK 0 0.96 0.40 0.25
HSL 325.25º 0.92% 0.39% -
HSV(B) 325.25º 0.96% 0.75% -
XYZ 24.61 12.46 17.03 -
YUV 74.8 150.13 210.88 -
System Red Green Blue C M Y K H S L
Decimal 191 8 114 0 0.96 0.40 0.25 325.25 0.92 0.39
Hex BF 8 72 0 60 28 19 145 5C 27
Octal 277 10 162 0 140 50 31 505 134 47
Binary 10111111 1000 1110010 0 1100000 101000 11001 101000101 1011100 100111

Color Harmonies of #BF0872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0872

Black with #BF0872

Text Example


Text Example

White with #BF0872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0872; }

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

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

background-color css

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

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

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

border-color css

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

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

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