Html Css Color HEX #BF007D Medium Violet Red

📋 copy color: '#BF007D'

red 191 ◦ green 0 ◦ blue 125

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

Shades of Medium Violet Red #BF007D

Tints of Medium Violet Red #BF007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.56%

R = 60.44%
G = 0%
B = 39.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF007D (or 0xBF007D) is known color: Medium Violet Red. HEX triplet: BF, 00 and 7D. RGB value is (191,0,125). Sum of RGB (Red+Green+Blue) = 191+0+125=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF007D is #40FF82. Grayscale: #474747. Windows color (decimal): -4259715 or 8192191. OLE color: 8192191.

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

Color convert

RGB 191 0 125 -
CMYK 0 1 0.35 0.25
HSL 320.73º 1% 0.37% -
HSV(B) 320.73º 1% 0.75% -
XYZ 25.19 12.56 20.5 -
YUV 71.36 158.28 213.34 -
System Red Green Blue C M Y K H S L
Decimal 191 0 125 0 1 0.35 0.25 320.73 1 0.37
Hex BF 0 7D 0 64 23 19 141 64 25
Octal 277 0 175 0 144 43 31 501 144 45
Binary 10111111 0 1111101 0 1100100 100011 11001 101000001 1100100 100101

Color Harmonies of #BF007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF007D

Black with #BF007D

Text Example


Text Example

White with #BF007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF007D; }

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

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

background-color css

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

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

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

border-color css

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

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

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