Html Css Color HEX #BF2998 Medium Red Violet

📋 copy color: '#BF2998'

red 191 ◦ green 41 ◦ blue 152

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

Shades of Medium Red Violet #BF2998

Tints of Medium Red Violet #BF2998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.68%

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

R = 49.74%
G = 10.68%
B = 39.58%

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

#BF2998 (or 0xBF2998) is known color: Medium Red Violet. HEX triplet: BF, 29 and 98. RGB value is (191,41,152). Sum of RGB (Red+Green+Blue) = 191+41+152=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2998 is #40D667. Grayscale: #626262. Windows color (decimal): -4249192 or 9972159. OLE color: 9972159.

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

Color convert

RGB 191 41 152 -
CMYK 0 0.79 0.20 0.25
HSL 315.6º 0.65% 0.45% -
HSV(B) 315.6º 0.79% 0.75% -
XYZ 27.95 14.93 31.11 -
YUV 98.5 158.2 193.97 -
System Red Green Blue C M Y K H S L
Decimal 191 41 152 0 0.79 0.20 0.25 315.6 0.65 0.45
Hex BF 29 98 0 4F 14 19 13C 41 2D
Octal 277 51 230 0 117 24 31 474 101 55
Binary 10111111 101001 10011000 0 1001111 10100 11001 100111100 1000001 101101

Color Harmonies of #BF2998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2998

Black with #BF2998

Text Example


Text Example

White with #BF2998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2998; }

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

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

background-color css

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

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

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

border-color css

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

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

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