Html Css Color HEX #BF0D90 Medium Violet Red

📋 copy color: '#BF0D90'

red 191 ◦ green 13 ◦ blue 144

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

Shades of Medium Violet Red #BF0D90

Tints of Medium Violet Red #BF0D90

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.74%

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

R = 54.89%
G = 3.74%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF0D90 (or 0xBF0D90) is known color: Medium Violet Red. HEX triplet: BF, 0D and 90. RGB value is (191,13,144). Sum of RGB (Red+Green+Blue) = 191+13+144=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0D90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0D90 is #40F26F. Grayscale: #505050. Windows color (decimal): -4256368 or 9440703. OLE color: 9440703.

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

Color convert

RGB 191 13 144 -
CMYK 0 0.93 0.25 0.25
HSL 315.84º 0.87% 0.4% -
HSV(B) 315.84º 0.93% 0.75% -
XYZ 26.66 13.38 27.56 -
YUV 81.16 163.47 206.35 -
System Red Green Blue C M Y K H S L
Decimal 191 13 144 0 0.93 0.25 0.25 315.84 0.87 0.4
Hex BF D 90 0 5D 19 19 13C 57 28
Octal 277 15 220 0 135 31 31 474 127 50
Binary 10111111 1101 10010000 0 1011101 11001 11001 100111100 1010111 101000

Color Harmonies of #BF0D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0D90

Black with #BF0D90

Text Example


Text Example

White with #BF0D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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