Html Css Color HEX #BF068A Medium Violet Red

📋 copy color: '#BF068A'

red 191 ◦ green 6 ◦ blue 138

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

Shades of Medium Violet Red #BF068A

Tints of Medium Violet Red #BF068A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.19%

R = 57.01%
G = 1.79%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF068A (or 0xBF068A) is known color: Medium Violet Red. HEX triplet: BF, 06 and 8A. RGB value is (191,6,138). Sum of RGB (Red+Green+Blue) = 191+6+138=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF068A is #40F975. Grayscale: #4C4C4C. Windows color (decimal): -4258166 or 9045695. OLE color: 9045695.

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

Color convert

RGB 191 6 138 -
CMYK 0 0.97 0.28 0.25
HSL 317.19º 0.94% 0.39% -
HSV(B) 317.19º 0.97% 0.75% -
XYZ 26.14 13.04 25.18 -
YUV 76.36 162.79 209.77 -
System Red Green Blue C M Y K H S L
Decimal 191 6 138 0 0.97 0.28 0.25 317.19 0.94 0.39
Hex BF 6 8A 0 61 1C 19 13D 5E 27
Octal 277 6 212 0 141 34 31 475 136 47
Binary 10111111 110 10001010 0 1100001 11100 11001 100111101 1011110 100111

Color Harmonies of #BF068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF068A

Black with #BF068A

Text Example


Text Example

White with #BF068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF068A; }

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

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

background-color css

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

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

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

border-color css

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

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

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