Html Css Color HEX #BF1B93 Medium Violet Red

📋 copy color: '#BF1B93'

red 191 ◦ green 27 ◦ blue 147

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

Shades of Medium Violet Red #BF1B93

Tints of Medium Violet Red #BF1B93

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.4%

 BLUE value IS 147 (57.81% from 255) = 40.27%

R = 52.33%
G = 7.4%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF1B93 (or 0xBF1B93) is known color: Medium Violet Red. HEX triplet: BF, 1B and 93. RGB value is (191,27,147). Sum of RGB (Red+Green+Blue) = 191+27+147=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1B93 is #40E46C. Grayscale: #595959. Windows color (decimal): -4252781 or 9640895. OLE color: 9640895.

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

Color convert

RGB 191 27 147 -
CMYK 0 0.86 0.23 0.25
HSL 316.1º 0.75% 0.43% -
HSV(B) 316.1º 0.86% 0.75% -
XYZ 27.14 13.97 28.87 -
YUV 89.72 160.33 200.24 -
System Red Green Blue C M Y K H S L
Decimal 191 27 147 0 0.86 0.23 0.25 316.1 0.75 0.43
Hex BF 1B 93 0 56 17 19 13C 4B 2B
Octal 277 33 223 0 126 27 31 474 113 53
Binary 10111111 11011 10010011 0 1010110 10111 11001 100111100 1001011 101011

Color Harmonies of #BF1B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1B93

Black with #BF1B93

Text Example


Text Example

White with #BF1B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1B93; }

 p { color: rgb(191,27,147); }

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

background-color css

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

 a { background-color: rgb(191,27,147); }

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

border-color css

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

 span { border-color: rgb(191,27,147); }

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