Html Css Color HEX #BF077A Medium Violet Red

📋 copy color: '#BF077A'

red 191 ◦ green 7 ◦ blue 122

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

Shades of Medium Violet Red #BF077A

Tints of Medium Violet Red #BF077A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

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

R = 59.69%
G = 2.19%
B = 38.13%

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

#BF077A (or 0xBF077A) is known color: Medium Violet Red. HEX triplet: BF, 07 and 7A. RGB value is (191,7,122). Sum of RGB (Red+Green+Blue) = 191+7+122=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF077A is #40F885. Grayscale: #4A4A4A. Windows color (decimal): -4257926 or 7997375. OLE color: 7997375.

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

Color convert

RGB 191 7 122 -
CMYK 0 0.96 0.36 0.25
HSL 322.5º 0.93% 0.39% -
HSV(B) 322.5º 0.96% 0.75% -
XYZ 25.07 12.63 19.53 -
YUV 75.13 154.46 210.65 -
System Red Green Blue C M Y K H S L
Decimal 191 7 122 0 0.96 0.36 0.25 322.5 0.93 0.39
Hex BF 7 7A 0 60 24 19 142 5D 27
Octal 277 7 172 0 140 44 31 502 135 47
Binary 10111111 111 1111010 0 1100000 100100 11001 101000010 1011101 100111

Color Harmonies of #BF077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF077A

Black with #BF077A

Text Example


Text Example

White with #BF077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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