Html Css Color HEX #BF069C Medium Violet Red

📋 copy color: '#BF069C'

red 191 ◦ green 6 ◦ blue 156

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

Shades of Medium Violet Red #BF069C

Tints of Medium Violet Red #BF069C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 54.11%
G = 1.7%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF069C (or 0xBF069C) is known color: Medium Violet Red. HEX triplet: BF, 06 and 9C. RGB value is (191,6,156). Sum of RGB (Red+Green+Blue) = 191+6+156=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF069C is #40F963. Grayscale: #4E4E4E. Windows color (decimal): -4258148 or 10225343. OLE color: 10225343.

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

Color convert

RGB 191 6 156 -
CMYK 0 0.97 0.18 0.25
HSL 311.35º 0.94% 0.39% -
HSV(B) 311.35º 0.97% 0.75% -
XYZ 27.55 13.61 32.63 -
YUV 78.42 171.79 208.3 -
System Red Green Blue C M Y K H S L
Decimal 191 6 156 0 0.97 0.18 0.25 311.35 0.94 0.39
Hex BF 6 9C 0 61 12 19 137 5E 27
Octal 277 6 234 0 141 22 31 467 136 47
Binary 10111111 110 10011100 0 1100001 10010 11001 100110111 1011110 100111

Color Harmonies of #BF069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF069C

Black with #BF069C

Text Example


Text Example

White with #BF069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF069C; }

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

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

background-color css

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

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

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

border-color css

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

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

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