Html Css Color HEX #BF1398 Medium Violet Red

📋 copy color: '#BF1398'

red 191 ◦ green 19 ◦ blue 152

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

Shades of Medium Violet Red #BF1398

Tints of Medium Violet Red #BF1398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.25%

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

R = 52.76%
G = 5.25%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF1398 (or 0xBF1398) is known color: Medium Violet Red. HEX triplet: BF, 13 and 98. RGB value is (191,19,152). Sum of RGB (Red+Green+Blue) = 191+19+152=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1398 is #40EC67. Grayscale: #555555. Windows color (decimal): -4254824 or 9966527. OLE color: 9966527.

HSL color Cylindrical-coordinate representation of color #BF1398: hue angle of 313.6º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1398 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 19 152 -
CMYK 0 0.90 0.20 0.25
HSL 313.6º 0.82% 0.41% -
HSV(B) 313.6º 0.9% 0.75% -
XYZ 27.39 13.81 30.93 -
YUV 85.59 165.48 203.19 -
System Red Green Blue C M Y K H S L
Decimal 191 19 152 0 0.90 0.20 0.25 313.6 0.82 0.41
Hex BF 13 98 0 5A 14 19 13A 52 29
Octal 277 23 230 0 132 24 31 472 122 51
Binary 10111111 10011 10011000 0 1011010 10100 11001 100111010 1010010 101001

Color Harmonies of #BF1398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1398

Black with #BF1398

Text Example


Text Example

White with #BF1398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1398; }

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

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

background-color css

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

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

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

border-color css

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

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

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