Html Css Color HEX #BF0096 Medium Violet Red

📋 copy color: '#BF0096'

red 191 ◦ green 0 ◦ blue 150

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

Shades of Medium Violet Red #BF0096

Tints of Medium Violet Red #BF0096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 43.99%

R = 56.01%
G = 0%
B = 43.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF0096 (or 0xBF0096) is known color: Medium Violet Red. HEX triplet: BF, 00 and 96. RGB value is (191,0,150). Sum of RGB (Red+Green+Blue) = 191+0+150=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0096 is #40FF69. Grayscale: #494949. Windows color (decimal): -4259690 or 9830591. OLE color: 9830591.

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

Color convert

RGB 191 0 150 -
CMYK 0 1 0.21 0.25
HSL 312.88º 1% 0.37% -
HSV(B) 312.88º 1% 0.75% -
XYZ 26.99 13.28 29.99 -
YUV 74.21 170.78 211.3 -
System Red Green Blue C M Y K H S L
Decimal 191 0 150 0 1 0.21 0.25 312.88 1 0.37
Hex BF 0 96 0 64 15 19 139 64 25
Octal 277 0 226 0 144 25 31 471 144 45
Binary 10111111 0 10010110 0 1100100 10101 11001 100111001 1100100 100101

Color Harmonies of #BF0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0096

Black with #BF0096

Text Example


Text Example

White with #BF0096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0096; }

 p { color: rgb(191,0,150); }

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

background-color css

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

 a { background-color: rgb(191,0,150); }

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

border-color css

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

 span { border-color: rgb(191,0,150); }

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