Html Css Color HEX #BF067C Medium Violet Red

📋 copy color: '#BF067C'

red 191 ◦ green 6 ◦ blue 124

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

Shades of Medium Violet Red #BF067C

Tints of Medium Violet Red #BF067C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.87%

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

R = 59.5%
G = 1.87%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF067C (or 0xBF067C) is known color: Medium Violet Red. HEX triplet: BF, 06 and 7C. RGB value is (191,6,124). Sum of RGB (Red+Green+Blue) = 191+6+124=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF067C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF067C is #40F983. Grayscale: #4A4A4A. Windows color (decimal): -4258180 or 8128191. OLE color: 8128191.

HSL color Cylindrical-coordinate representation of color #BF067C: hue angle of 321.73º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF067C is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 6 124 -
CMYK 0 0.97 0.35 0.25
HSL 321.73º 0.94% 0.39% -
HSV(B) 321.73º 0.97% 0.75% -
XYZ 25.19 12.66 20.19 -
YUV 74.77 155.79 210.91 -
System Red Green Blue C M Y K H S L
Decimal 191 6 124 0 0.97 0.35 0.25 321.73 0.94 0.39
Hex BF 6 7C 0 61 23 19 142 5E 27
Octal 277 6 174 0 141 43 31 502 136 47
Binary 10111111 110 1111100 0 1100001 100011 11001 101000010 1011110 100111

Color Harmonies of #BF067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF067C

Black with #BF067C

Text Example


Text Example

White with #BF067C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF067C; }

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

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

background-color css

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

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

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

border-color css

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

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

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