Html Css Color HEX #BF0198 Medium Violet Red

📋 copy color: '#BF0198'

red 191 ◦ green 1 ◦ blue 152

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

Shades of Medium Violet Red #BF0198

Tints of Medium Violet Red #BF0198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 55.52%
G = 0.29%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF0198 (or 0xBF0198) is known color: Medium Violet Red. HEX triplet: BF, 01 and 98. RGB value is (191,1,152). Sum of RGB (Red+Green+Blue) = 191+1+152=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0198 is #40FE67. Grayscale: #4A4A4A. Windows color (decimal): -4259432 or 9961919. OLE color: 9961919.

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

Color convert

RGB 191 1 152 -
CMYK 0 0.99 0.20 0.25
HSL 312.32º 0.99% 0.38% -
HSV(B) 312.32º 0.99% 0.75% -
XYZ 27.16 13.37 30.85 -
YUV 75.02 171.45 210.72 -
System Red Green Blue C M Y K H S L
Decimal 191 1 152 0 0.99 0.20 0.25 312.32 0.99 0.38
Hex BF 1 98 0 63 14 19 138 63 26
Octal 277 1 230 0 143 24 31 470 143 46
Binary 10111111 1 10011000 0 1100011 10100 11001 100111000 1100011 100110

Color Harmonies of #BF0198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0198

Black with #BF0198

Text Example


Text Example

White with #BF0198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0198; }

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

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

background-color css

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

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

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

border-color css

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

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

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