Html Css Color HEX #BF1298 Medium Violet Red

📋 copy color: '#BF1298'

red 191 ◦ green 18 ◦ blue 152

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

Shades of Medium Violet Red #BF1298

Tints of Medium Violet Red #BF1298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.99%

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

R = 52.91%
G = 4.99%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF1298 (or 0xBF1298) is known color: Medium Violet Red. HEX triplet: BF, 12 and 98. RGB value is (191,18,152). Sum of RGB (Red+Green+Blue) = 191+18+152=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1298 is #40ED67. Grayscale: #545454. Windows color (decimal): -4255080 or 9966271. OLE color: 9966271.

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

Color convert

RGB 191 18 152 -
CMYK 0 0.91 0.20 0.25
HSL 313.53º 0.83% 0.41% -
HSV(B) 313.53º 0.91% 0.75% -
XYZ 27.37 13.78 30.92 -
YUV 85 165.81 203.6 -
System Red Green Blue C M Y K H S L
Decimal 191 18 152 0 0.91 0.20 0.25 313.53 0.83 0.41
Hex BF 12 98 0 5B 14 19 13A 53 29
Octal 277 22 230 0 133 24 31 472 123 51
Binary 10111111 10010 10011000 0 1011011 10100 11001 100111010 1010011 101001

Color Harmonies of #BF1298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1298

Black with #BF1298

Text Example


Text Example

White with #BF1298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1298; }

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

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

background-color css

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

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

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

border-color css

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

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

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