Html Css Color HEX #BF0299 Medium Violet Red

📋 copy color: '#BF0299'

red 191 ◦ green 2 ◦ blue 153

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

Shades of Medium Violet Red #BF0299

Tints of Medium Violet Red #BF0299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 153 (60.16% from 255) = 44.22%

R = 55.2%
G = 0.58%
B = 44.22%

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

#BF0299 (or 0xBF0299) is known color: Medium Violet Red. HEX triplet: BF, 02 and 99. RGB value is (191,2,153). Sum of RGB (Red+Green+Blue) = 191+2+153=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0299 is #40FD66. Grayscale: #4B4B4B. Windows color (decimal): -4259175 or 10027711. OLE color: 10027711.

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

Color convert

RGB 191 2 153 -
CMYK 0 0.99 0.20 0.25
HSL 312.06º 0.98% 0.38% -
HSV(B) 312.06º 0.99% 0.75% -
XYZ 27.26 13.42 31.29 -
YUV 75.73 171.62 210.22 -
System Red Green Blue C M Y K H S L
Decimal 191 2 153 0 0.99 0.20 0.25 312.06 0.98 0.38
Hex BF 2 99 0 63 14 19 138 62 26
Octal 277 2 231 0 143 24 31 470 142 46
Binary 10111111 10 10011001 0 1100011 10100 11001 100111000 1100010 100110

Color Harmonies of #BF0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0299

Black with #BF0299

Text Example


Text Example

White with #BF0299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0299; }

 p { color: rgb(191,2,153); }

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

background-color css

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

 a { background-color: rgb(191,2,153); }

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

border-color css

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

 span { border-color: rgb(191,2,153); }

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