Html Css Color HEX #BF0073 Medium Violet Red

📋 copy color: '#BF0073'

red 191 ◦ green 0 ◦ blue 115

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

Shades of Medium Violet Red #BF0073

Tints of Medium Violet Red #BF0073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.58%

R = 62.42%
G = 0%
B = 37.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF0073 (or 0xBF0073) is known color: Medium Violet Red. HEX triplet: BF, 00 and 73. RGB value is (191,0,115). Sum of RGB (Red+Green+Blue) = 191+0+115=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0073 is #40FF8C. Grayscale: #454545. Windows color (decimal): -4259725 or 7536831. OLE color: 7536831.

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

Color convert

RGB 191 0 115 -
CMYK 0 1 0.40 0.25
HSL 323.87º 1% 0.37% -
HSV(B) 323.87º 1% 0.75% -
XYZ 24.58 12.31 17.3 -
YUV 70.22 153.28 214.15 -
System Red Green Blue C M Y K H S L
Decimal 191 0 115 0 1 0.40 0.25 323.87 1 0.37
Hex BF 0 73 0 64 28 19 144 64 25
Octal 277 0 163 0 144 50 31 504 144 45
Binary 10111111 0 1110011 0 1100100 101000 11001 101000100 1100100 100101

Color Harmonies of #BF0073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0073

Black with #BF0073

Text Example


Text Example

White with #BF0073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0073; }

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

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

background-color css

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

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

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

border-color css

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

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

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