Html Css Color HEX #BF28AA Medium Red Violet

📋 copy color: '#BF28AA'

red 191 ◦ green 40 ◦ blue 170

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

Shades of Medium Red Violet #BF28AA

Tints of Medium Red Violet #BF28AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.98%

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

R = 47.63%
G = 9.98%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF28AA (or 0xBF28AA) is known color: Medium Red Violet. HEX triplet: BF, 28 and AA. RGB value is (191,40,170). Sum of RGB (Red+Green+Blue) = 191+40+170=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF28AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF28AA is #40D755. Grayscale: #636363. Windows color (decimal): -4249430 or 11151551. OLE color: 11151551.

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

Color convert

RGB 191 40 170 -
CMYK 0 0.79 0.11 0.25
HSL 308.34º 0.65% 0.45% -
HSV(B) 308.34º 0.79% 0.75% -
XYZ 29.5 15.5 39.47 -
YUV 99.97 167.53 192.93 -
System Red Green Blue C M Y K H S L
Decimal 191 40 170 0 0.79 0.11 0.25 308.34 0.65 0.45
Hex BF 28 AA 0 4F B 19 134 41 2D
Octal 277 50 252 0 117 13 31 464 101 55
Binary 10111111 101000 10101010 0 1001111 1011 11001 100110100 1000001 101101

Color Harmonies of #BF28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF28AA

Black with #BF28AA

Text Example


Text Example

White with #BF28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF28AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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