Html Css Color HEX #BF007C Medium Violet Red

📋 copy color: '#BF007C'

red 191 ◦ green 0 ◦ blue 124

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

Shades of Medium Violet Red #BF007C

Tints of Medium Violet Red #BF007C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.37%

R = 60.63%
G = 0%
B = 39.37%

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

#BF007C (or 0xBF007C) is known color: Medium Violet Red. HEX triplet: BF, 00 and 7C. RGB value is (191,0,124). Sum of RGB (Red+Green+Blue) = 191+0+124=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF007C is #40FF83. Grayscale: #464646. Windows color (decimal): -4259716 or 8126655. OLE color: 8126655.

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

Color convert

RGB 191 0 124 -
CMYK 0 1 0.35 0.25
HSL 321.05º 1% 0.37% -
HSV(B) 321.05º 1% 0.75% -
XYZ 25.12 12.53 20.16 -
YUV 71.25 157.78 213.42 -
System Red Green Blue C M Y K H S L
Decimal 191 0 124 0 1 0.35 0.25 321.05 1 0.37
Hex BF 0 7C 0 64 23 19 141 64 25
Octal 277 0 174 0 144 43 31 501 144 45
Binary 10111111 0 1111100 0 1100100 100011 11001 101000001 1100100 100101

Color Harmonies of #BF007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF007C

Black with #BF007C

Text Example


Text Example

White with #BF007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF007C; }

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

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

background-color css

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

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

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

border-color css

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

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

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