Html Css Color HEX #BF068D Medium Violet Red

📋 copy color: '#BF068D'

red 191 ◦ green 6 ◦ blue 141

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

Shades of Medium Violet Red #BF068D

Tints of Medium Violet Red #BF068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.72%

R = 56.51%
G = 1.78%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF068D (or 0xBF068D) is known color: Medium Violet Red. HEX triplet: BF, 06 and 8D. RGB value is (191,6,141). Sum of RGB (Red+Green+Blue) = 191+6+141=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF068D is #40F972. Grayscale: #4C4C4C. Windows color (decimal): -4258163 or 9242303. OLE color: 9242303.

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

Color convert

RGB 191 6 141 -
CMYK 0 0.97 0.26 0.25
HSL 316.22º 0.94% 0.39% -
HSV(B) 316.22º 0.97% 0.75% -
XYZ 26.36 13.13 26.34 -
YUV 76.71 164.29 209.52 -
System Red Green Blue C M Y K H S L
Decimal 191 6 141 0 0.97 0.26 0.25 316.22 0.94 0.39
Hex BF 6 8D 0 61 1A 19 13C 5E 27
Octal 277 6 215 0 141 32 31 474 136 47
Binary 10111111 110 10001101 0 1100001 11010 11001 100111100 1011110 100111

Color Harmonies of #BF068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF068D

Black with #BF068D

Text Example


Text Example

White with #BF068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF068D; }

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

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

background-color css

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

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

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

border-color css

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

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

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