Html Css Color HEX #BF0D7E Medium Violet Red

📋 copy color: '#BF0D7E'

red 191 ◦ green 13 ◦ blue 126

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

Shades of Medium Violet Red #BF0D7E

Tints of Medium Violet Red #BF0D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.18%

R = 57.88%
G = 3.94%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF0D7E (or 0xBF0D7E) is known color: Medium Violet Red. HEX triplet: BF, 0D and 7E. RGB value is (191,13,126). Sum of RGB (Red+Green+Blue) = 191+13+126=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0D7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0D7E is #40F281. Grayscale: #4E4E4E. Windows color (decimal): -4256386 or 8261055. OLE color: 8261055.

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

Color convert

RGB 191 13 126 -
CMYK 0 0.93 0.34 0.25
HSL 321.91º 0.87% 0.4% -
HSV(B) 321.91º 0.93% 0.75% -
XYZ 25.4 12.87 20.88 -
YUV 79.1 154.47 207.81 -
System Red Green Blue C M Y K H S L
Decimal 191 13 126 0 0.93 0.34 0.25 321.91 0.87 0.4
Hex BF D 7E 0 5D 22 19 142 57 28
Octal 277 15 176 0 135 42 31 502 127 50
Binary 10111111 1101 1111110 0 1011101 100010 11001 101000010 1010111 101000

Color Harmonies of #BF0D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0D7E

Black with #BF0D7E

Text Example


Text Example

White with #BF0D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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