Html Css Color HEX #BF32AA Medium Red Violet

📋 copy color: '#BF32AA'

red 191 ◦ green 50 ◦ blue 170

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

Shades of Medium Red Violet #BF32AA

Tints of Medium Red Violet #BF32AA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.17%

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

R = 46.47%
G = 12.17%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF32AA (or 0xBF32AA) is known color: Medium Red Violet. HEX triplet: BF, 32 and AA. RGB value is (191,50,170). Sum of RGB (Red+Green+Blue) = 191+50+170=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF32AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF32AA is #40CD55. Grayscale: #696969. Windows color (decimal): -4246870 or 11154111. OLE color: 11154111.

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

Color convert

RGB 191 50 170 -
CMYK 0 0.74 0.11 0.25
HSL 308.94º 0.59% 0.47% -
HSV(B) 308.94º 0.74% 0.75% -
XYZ 29.88 16.26 39.59 -
YUV 105.84 164.21 188.74 -
System Red Green Blue C M Y K H S L
Decimal 191 50 170 0 0.74 0.11 0.25 308.94 0.59 0.47
Hex BF 32 AA 0 4A B 19 135 3B 2F
Octal 277 62 252 0 112 13 31 465 73 57
Binary 10111111 110010 10101010 0 1001010 1011 11001 100110101 111011 101111

Color Harmonies of #BF32AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF32AA

Black with #BF32AA

Text Example


Text Example

White with #BF32AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF32AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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