Html Css Color HEX #BF09A1 Medium Violet Red

📋 copy color: '#BF09A1'

red 191 ◦ green 9 ◦ blue 161

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

Shades of Medium Violet Red #BF09A1

Tints of Medium Violet Red #BF09A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.6%

R = 52.91%
G = 2.49%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF09A1 (or 0xBF09A1) is known color: Medium Violet Red. HEX triplet: BF, 09 and A1. RGB value is (191,9,161). Sum of RGB (Red+Green+Blue) = 191+9+161=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF09A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF09A1 is #40F65E. Grayscale: #505050. Windows color (decimal): -4257375 or 10553791. OLE color: 10553791.

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

Color convert

RGB 191 9 161 -
CMYK 0 0.95 0.16 0.25
HSL 309.89º 0.91% 0.39% -
HSV(B) 309.89º 0.95% 0.75% -
XYZ 28.02 13.84 34.91 -
YUV 80.75 173.3 206.64 -
System Red Green Blue C M Y K H S L
Decimal 191 9 161 0 0.95 0.16 0.25 309.89 0.91 0.39
Hex BF 9 A1 0 5F 10 19 136 5B 27
Octal 277 11 241 0 137 20 31 466 133 47
Binary 10111111 1001 10100001 0 1011111 10000 11001 100110110 1011011 100111

Color Harmonies of #BF09A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF09A1

Black with #BF09A1

Text Example


Text Example

White with #BF09A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF09A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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