Html Css Color HEX #BF087A Medium Violet Red

📋 copy color: '#BF087A'

red 191 ◦ green 8 ◦ blue 122

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

Shades of Medium Violet Red #BF087A

Tints of Medium Violet Red #BF087A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.01%

R = 59.5%
G = 2.49%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF087A (or 0xBF087A) is known color: Medium Violet Red. HEX triplet: BF, 08 and 7A. RGB value is (191,8,122). Sum of RGB (Red+Green+Blue) = 191+8+122=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF087A is #40F785. Grayscale: #4B4B4B. Windows color (decimal): -4257670 or 7997631. OLE color: 7997631.

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

Color convert

RGB 191 8 122 -
CMYK 0 0.96 0.36 0.25
HSL 322.62º 0.92% 0.39% -
HSV(B) 322.62º 0.96% 0.75% -
XYZ 25.09 12.66 19.53 -
YUV 75.71 154.13 210.23 -
System Red Green Blue C M Y K H S L
Decimal 191 8 122 0 0.96 0.36 0.25 322.62 0.92 0.39
Hex BF 8 7A 0 60 24 19 143 5C 27
Octal 277 10 172 0 140 44 31 503 134 47
Binary 10111111 1000 1111010 0 1100000 100100 11001 101000011 1011100 100111

Color Harmonies of #BF087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF087A

Black with #BF087A

Text Example


Text Example

White with #BF087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF087A; }

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

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

background-color css

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

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

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

border-color css

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

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

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