Html Css Color HEX #BF068C Medium Violet Red

📋 copy color: '#BF068C'

red 191 ◦ green 6 ◦ blue 140

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

Shades of Medium Violet Red #BF068C

Tints of Medium Violet Red #BF068C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 56.68%
G = 1.78%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF068C (or 0xBF068C) is known color: Medium Violet Red. HEX triplet: BF, 06 and 8C. RGB value is (191,6,140). Sum of RGB (Red+Green+Blue) = 191+6+140=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF068C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF068C is #40F973. Grayscale: #4C4C4C. Windows color (decimal): -4258164 or 9176767. OLE color: 9176767.

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

Color convert

RGB 191 6 140 -
CMYK 0 0.97 0.27 0.25
HSL 316.54º 0.94% 0.39% -
HSV(B) 316.54º 0.97% 0.75% -
XYZ 26.28 13.1 25.95 -
YUV 76.59 163.79 209.6 -
System Red Green Blue C M Y K H S L
Decimal 191 6 140 0 0.97 0.27 0.25 316.54 0.94 0.39
Hex BF 6 8C 0 61 1B 19 13D 5E 27
Octal 277 6 214 0 141 33 31 475 136 47
Binary 10111111 110 10001100 0 1100001 11011 11001 100111101 1011110 100111

Color Harmonies of #BF068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF068C

Black with #BF068C

Text Example


Text Example

White with #BF068C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF068C; }

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

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

background-color css

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

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

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

border-color css

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

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

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