Html Css Color HEX #BF087E Medium Violet Red

📋 copy color: '#BF087E'

red 191 ◦ green 8 ◦ blue 126

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

Shades of Medium Violet Red #BF087E

Tints of Medium Violet Red #BF087E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.77%

R = 58.77%
G = 2.46%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF087E (or 0xBF087E) is known color: Medium Violet Red. HEX triplet: BF, 08 and 7E. RGB value is (191,8,126). Sum of RGB (Red+Green+Blue) = 191+8+126=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF087E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF087E is #40F781. Grayscale: #4B4B4B. Windows color (decimal): -4257666 or 8259775. OLE color: 8259775.

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

Color convert

RGB 191 8 126 -
CMYK 0 0.96 0.34 0.25
HSL 321.31º 0.92% 0.39% -
HSV(B) 321.31º 0.96% 0.75% -
XYZ 25.34 12.76 20.87 -
YUV 76.17 156.13 209.91 -
System Red Green Blue C M Y K H S L
Decimal 191 8 126 0 0.96 0.34 0.25 321.31 0.92 0.39
Hex BF 8 7E 0 60 22 19 141 5C 27
Octal 277 10 176 0 140 42 31 501 134 47
Binary 10111111 1000 1111110 0 1100000 100010 11001 101000001 1011100 100111

Color Harmonies of #BF087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF087E

Black with #BF087E

Text Example


Text Example

White with #BF087E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF087E; }

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

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

background-color css

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

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

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

border-color css

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

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

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