Html Css Color HEX #BF08A1 Medium Violet Red

📋 copy color: '#BF08A1'

red 191 ◦ green 8 ◦ blue 161

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

Shades of Medium Violet Red #BF08A1

Tints of Medium Violet Red #BF08A1

RGB

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

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

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

R = 53.06%
G = 2.22%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF08A1 (or 0xBF08A1) is known color: Medium Violet Red. HEX triplet: BF, 08 and A1. RGB value is (191,8,161). Sum of RGB (Red+Green+Blue) = 191+8+161=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF08A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF08A1 is #40F75E. Grayscale: #4F4F4F. Windows color (decimal): -4257631 or 10553535. OLE color: 10553535.

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

Color convert

RGB 191 8 161 -
CMYK 0 0.96 0.16 0.25
HSL 309.84º 0.92% 0.39% -
HSV(B) 309.84º 0.96% 0.75% -
XYZ 28.01 13.82 34.91 -
YUV 80.16 173.63 207.06 -
System Red Green Blue C M Y K H S L
Decimal 191 8 161 0 0.96 0.16 0.25 309.84 0.92 0.39
Hex BF 8 A1 0 60 10 19 136 5C 27
Octal 277 10 241 0 140 20 31 466 134 47
Binary 10111111 1000 10100001 0 1100000 10000 11001 100110110 1011100 100111

Color Harmonies of #BF08A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF08A1

Black with #BF08A1

Text Example


Text Example

White with #BF08A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF08A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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