Html Css Color HEX #BF2898 Medium Red Violet

📋 copy color: '#BF2898'

red 191 ◦ green 40 ◦ blue 152

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

Shades of Medium Red Violet #BF2898

Tints of Medium Red Violet #BF2898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.69%

R = 49.87%
G = 10.44%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF2898 (or 0xBF2898) is known color: Medium Red Violet. HEX triplet: BF, 28 and 98. RGB value is (191,40,152). Sum of RGB (Red+Green+Blue) = 191+40+152=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2898 is #40D767. Grayscale: #616161. Windows color (decimal): -4249448 or 9971903. OLE color: 9971903.

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

Color convert

RGB 191 40 152 -
CMYK 0 0.79 0.20 0.25
HSL 315.5º 0.65% 0.45% -
HSV(B) 315.5º 0.79% 0.75% -
XYZ 27.91 14.86 31.1 -
YUV 97.92 158.53 194.39 -
System Red Green Blue C M Y K H S L
Decimal 191 40 152 0 0.79 0.20 0.25 315.5 0.65 0.45
Hex BF 28 98 0 4F 14 19 13B 41 2D
Octal 277 50 230 0 117 24 31 473 101 55
Binary 10111111 101000 10011000 0 1001111 10100 11001 100111011 1000001 101101

Color Harmonies of #BF2898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2898

Black with #BF2898

Text Example


Text Example

White with #BF2898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2898; }

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

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

background-color css

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

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

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

border-color css

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

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

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