Html Css Color HEX #BF17AA Medium Violet Red

📋 copy color: '#BF17AA'

red 191 ◦ green 23 ◦ blue 170

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

Shades of Medium Violet Red #BF17AA

Tints of Medium Violet Red #BF17AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.99%

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 49.74%
G = 5.99%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF17AA (or 0xBF17AA) is known color: Medium Violet Red. HEX triplet: BF, 17 and AA. RGB value is (191,23,170). Sum of RGB (Red+Green+Blue) = 191+23+170=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF17AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF17AA is #40E855. Grayscale: #595959. Windows color (decimal): -4253782 or 11147199. OLE color: 11147199.

HSL color Cylindrical-coordinate representation of color #BF17AA: hue angle of 307.5º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF17AA is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 23 170 -
CMYK 0 0.88 0.11 0.25
HSL 307.5º 0.79% 0.42% -
HSV(B) 307.5º 0.88% 0.75% -
XYZ 29.05 14.59 39.32 -
YUV 89.99 173.16 200.05 -
System Red Green Blue C M Y K H S L
Decimal 191 23 170 0 0.88 0.11 0.25 307.5 0.79 0.42
Hex BF 17 AA 0 58 B 19 134 4F 2A
Octal 277 27 252 0 130 13 31 464 117 52
Binary 10111111 10111 10101010 0 1011000 1011 11001 100110100 1001111 101010

Color Harmonies of #BF17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF17AA

Black with #BF17AA

Text Example


Text Example

White with #BF17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF17AA; }

 p { color: rgb(191,23,170); }

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

background-color css

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

 a { background-color: rgb(191,23,170); }

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

border-color css

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

 span { border-color: rgb(191,23,170); }

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