Html Css Color HEX #BF088C Medium Violet Red

📋 copy color: '#BF088C'

red 191 ◦ green 8 ◦ blue 140

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

Shades of Medium Violet Red #BF088C

Tints of Medium Violet Red #BF088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.3%

R = 56.34%
G = 2.36%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF088C (or 0xBF088C) is known color: Medium Violet Red. HEX triplet: BF, 08 and 8C. RGB value is (191,8,140). Sum of RGB (Red+Green+Blue) = 191+8+140=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF088C is #40F773. Grayscale: #4D4D4D. Windows color (decimal): -4257652 or 9177279. OLE color: 9177279.

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

Color convert

RGB 191 8 140 -
CMYK 0 0.96 0.27 0.25
HSL 316.72º 0.92% 0.39% -
HSV(B) 316.72º 0.96% 0.75% -
XYZ 26.31 13.14 25.96 -
YUV 77.77 163.13 208.77 -
System Red Green Blue C M Y K H S L
Decimal 191 8 140 0 0.96 0.27 0.25 316.72 0.92 0.39
Hex BF 8 8C 0 60 1B 19 13D 5C 27
Octal 277 10 214 0 140 33 31 475 134 47
Binary 10111111 1000 10001100 0 1100000 11011 11001 100111101 1011100 100111

Color Harmonies of #BF088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF088C

Black with #BF088C

Text Example


Text Example

White with #BF088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF088C; }

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

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

background-color css

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

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

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

border-color css

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

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

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