Html Css Color HEX #BF288A Medium Red Violet

📋 copy color: '#BF288A'

red 191 ◦ green 40 ◦ blue 138

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

Shades of Medium Red Violet #BF288A

Tints of Medium Red Violet #BF288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.4%

R = 51.76%
G = 10.84%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF288A (or 0xBF288A) is known color: Medium Red Violet. HEX triplet: BF, 28 and 8A. RGB value is (191,40,138). Sum of RGB (Red+Green+Blue) = 191+40+138=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF288A is #40D775. Grayscale: #606060. Windows color (decimal): -4249462 or 9054399. OLE color: 9054399.

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

Color convert

RGB 191 40 138 -
CMYK 0 0.79 0.28 0.25
HSL 321.06º 0.65% 0.45% -
HSV(B) 321.06º 0.79% 0.75% -
XYZ 26.83 14.43 25.42 -
YUV 96.32 151.53 195.53 -
System Red Green Blue C M Y K H S L
Decimal 191 40 138 0 0.79 0.28 0.25 321.06 0.65 0.45
Hex BF 28 8A 0 4F 1C 19 141 41 2D
Octal 277 50 212 0 117 34 31 501 101 55
Binary 10111111 101000 10001010 0 1001111 11100 11001 101000001 1000001 101101

Color Harmonies of #BF288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF288A

Black with #BF288A

Text Example


Text Example

White with #BF288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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