Html Css Color HEX #BF0090 Medium Violet Red

📋 copy color: '#BF0090'

red 191 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #BF0090

Tints of Medium Violet Red #BF0090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.99%

R = 57.01%
G = 0%
B = 42.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF0090 (or 0xBF0090) is known color: Medium Violet Red. HEX triplet: BF, 00 and 90. RGB value is (191,0,144). Sum of RGB (Red+Green+Blue) = 191+0+144=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0090 is #40FF6F. Grayscale: #494949. Windows color (decimal): -4259696 or 9437375. OLE color: 9437375.

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

Color convert

RGB 191 0 144 -
CMYK 0 1 0.25 0.25
HSL 314.76º 1% 0.37% -
HSV(B) 314.76º 1% 0.75% -
XYZ 26.52 13.09 27.51 -
YUV 73.53 167.78 211.79 -
System Red Green Blue C M Y K H S L
Decimal 191 0 144 0 1 0.25 0.25 314.76 1 0.37
Hex BF 0 90 0 64 19 19 13B 64 25
Octal 277 0 220 0 144 31 31 473 144 45
Binary 10111111 0 10010000 0 1100100 11001 11001 100111011 1100100 100101

Color Harmonies of #BF0090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0090

Black with #BF0090

Text Example


Text Example

White with #BF0090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0090; }

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

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

background-color css

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

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

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

border-color css

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

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

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