Html Css Color HEX #BF288B Medium Red Violet

📋 copy color: '#BF288B'

red 191 ◦ green 40 ◦ blue 139

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

Shades of Medium Red Violet #BF288B

Tints of Medium Red Violet #BF288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 51.62%
G = 10.81%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF288B (or 0xBF288B) is known color: Medium Red Violet. HEX triplet: BF, 28 and 8B. RGB value is (191,40,139). Sum of RGB (Red+Green+Blue) = 191+40+139=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF288B is #40D774. Grayscale: #606060. Windows color (decimal): -4249461 or 9119935. OLE color: 9119935.

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

Color convert

RGB 191 40 139 -
CMYK 0 0.79 0.27 0.25
HSL 320.66º 0.65% 0.45% -
HSV(B) 320.66º 0.79% 0.75% -
XYZ 26.9 14.46 25.8 -
YUV 96.44 152.03 195.45 -
System Red Green Blue C M Y K H S L
Decimal 191 40 139 0 0.79 0.27 0.25 320.66 0.65 0.45
Hex BF 28 8B 0 4F 1B 19 141 41 2D
Octal 277 50 213 0 117 33 31 501 101 55
Binary 10111111 101000 10001011 0 1001111 11011 11001 101000001 1000001 101101

Color Harmonies of #BF288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF288B

Black with #BF288B

Text Example


Text Example

White with #BF288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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