Html Css Color HEX #BF1D98 Medium Violet Red

📋 copy color: '#BF1D98'

red 191 ◦ green 29 ◦ blue 152

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

Shades of Medium Violet Red #BF1D98

Tints of Medium Violet Red #BF1D98

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.8%

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

R = 51.34%
G = 7.8%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF1D98 (or 0xBF1D98) is known color: Medium Violet Red. HEX triplet: BF, 1D and 98. RGB value is (191,29,152). Sum of RGB (Red+Green+Blue) = 191+29+152=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1D98 is #40E267. Grayscale: #5B5B5B. Windows color (decimal): -4252264 or 9969087. OLE color: 9969087.

HSL color Cylindrical-coordinate representation of color #BF1D98: hue angle of 314.44º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1D98 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 29 152 -
CMYK 0 0.85 0.20 0.25
HSL 314.44º 0.74% 0.43% -
HSV(B) 314.44º 0.85% 0.75% -
XYZ 27.59 14.22 31 -
YUV 91.46 162.17 199 -
System Red Green Blue C M Y K H S L
Decimal 191 29 152 0 0.85 0.20 0.25 314.44 0.74 0.43
Hex BF 1D 98 0 55 14 19 13A 4A 2B
Octal 277 35 230 0 125 24 31 472 112 53
Binary 10111111 11101 10011000 0 1010101 10100 11001 100111010 1001010 101011

Color Harmonies of #BF1D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1D98

Black with #BF1D98

Text Example


Text Example

White with #BF1D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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