Html Css Color HEX #BF018A Medium Violet Red

📋 copy color: '#BF018A'

red 191 ◦ green 1 ◦ blue 138

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

Shades of Medium Violet Red #BF018A

Tints of Medium Violet Red #BF018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.82%

R = 57.88%
G = 0.3%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF018A (or 0xBF018A) is known color: Medium Violet Red. HEX triplet: BF, 01 and 8A. RGB value is (191,1,138). Sum of RGB (Red+Green+Blue) = 191+1+138=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF018A is #40FE75. Grayscale: #494949. Windows color (decimal): -4259446 or 9044415. OLE color: 9044415.

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

Color convert

RGB 191 1 138 -
CMYK 0 0.99 0.28 0.25
HSL 316.74º 0.99% 0.38% -
HSV(B) 316.74º 0.99% 0.75% -
XYZ 26.08 12.93 25.17 -
YUV 73.43 164.45 211.86 -
System Red Green Blue C M Y K H S L
Decimal 191 1 138 0 0.99 0.28 0.25 316.74 0.99 0.38
Hex BF 1 8A 0 63 1C 19 13D 63 26
Octal 277 1 212 0 143 34 31 475 143 46
Binary 10111111 1 10001010 0 1100011 11100 11001 100111101 1100011 100110

Color Harmonies of #BF018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF018A

Black with #BF018A

Text Example


Text Example

White with #BF018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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