Html Css Color HEX #BF097A Medium Violet Red

📋 copy color: '#BF097A'

red 191 ◦ green 9 ◦ blue 122

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

Shades of Medium Violet Red #BF097A

Tints of Medium Violet Red #BF097A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.8%

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

R = 59.32%
G = 2.8%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF097A (or 0xBF097A) is known color: Medium Violet Red. HEX triplet: BF, 09 and 7A. RGB value is (191,9,122). Sum of RGB (Red+Green+Blue) = 191+9+122=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF097A is #40F685. Grayscale: #4C4C4C. Windows color (decimal): -4257414 or 7997887. OLE color: 7997887.

HSL color Cylindrical-coordinate representation of color #BF097A: hue angle of 322.75º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF097A is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 9 122 -
CMYK 0 0.95 0.36 0.25
HSL 322.75º 0.91% 0.39% -
HSV(B) 322.75º 0.95% 0.75% -
XYZ 25.1 12.68 19.54 -
YUV 76.3 153.8 209.81 -
System Red Green Blue C M Y K H S L
Decimal 191 9 122 0 0.95 0.36 0.25 322.75 0.91 0.39
Hex BF 9 7A 0 5F 24 19 143 5B 27
Octal 277 11 172 0 137 44 31 503 133 47
Binary 10111111 1001 1111010 0 1011111 100100 11001 101000011 1011011 100111

Color Harmonies of #BF097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF097A

Black with #BF097A

Text Example


Text Example

White with #BF097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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