Html Css Color HEX #BF13A2 Medium Violet Red

📋 copy color: '#BF13A2'

red 191 ◦ green 19 ◦ blue 162

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

Shades of Medium Violet Red #BF13A2

Tints of Medium Violet Red #BF13A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.55%

R = 51.34%
G = 5.11%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BF13A2 (or 0xBF13A2) is known color: Medium Violet Red. HEX triplet: BF, 13 and A2. RGB value is (191,19,162). Sum of RGB (Red+Green+Blue) = 191+19+162=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF13A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF13A2 is #40EC5D. Grayscale: #565656. Windows color (decimal): -4254814 or 10621887. OLE color: 10621887.

HSL color Cylindrical-coordinate representation of color #BF13A2: hue angle of 310.12º 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 #BF13A2 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 19 162 -
CMYK 0 0.90 0.15 0.25
HSL 310.12º 0.82% 0.41% -
HSV(B) 310.12º 0.9% 0.75% -
XYZ 28.24 14.15 35.43 -
YUV 86.73 170.48 202.37 -
System Red Green Blue C M Y K H S L
Decimal 191 19 162 0 0.90 0.15 0.25 310.12 0.82 0.41
Hex BF 13 A2 0 5A F 19 136 52 29
Octal 277 23 242 0 132 17 31 466 122 51
Binary 10111111 10011 10100010 0 1011010 1111 11001 100110110 1010010 101001

Color Harmonies of #BF13A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF13A2

Black with #BF13A2

Text Example


Text Example

White with #BF13A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF13A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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