Html Css Color HEX #BF069D Medium Violet Red

📋 copy color: '#BF069D'

red 191 ◦ green 6 ◦ blue 157

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

Shades of Medium Violet Red #BF069D

Tints of Medium Violet Red #BF069D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.35%

R = 53.95%
G = 1.69%
B = 44.35%

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

#BF069D (or 0xBF069D) is known color: Medium Violet Red. HEX triplet: BF, 06 and 9D. RGB value is (191,6,157). Sum of RGB (Red+Green+Blue) = 191+6+157=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF069D is #40F962. Grayscale: #4E4E4E. Windows color (decimal): -4258147 or 10290879. OLE color: 10290879.

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

Color convert

RGB 191 6 157 -
CMYK 0 0.97 0.18 0.25
HSL 311.03º 0.94% 0.39% -
HSV(B) 311.03º 0.97% 0.75% -
XYZ 27.64 13.64 33.07 -
YUV 78.53 172.29 208.22 -
System Red Green Blue C M Y K H S L
Decimal 191 6 157 0 0.97 0.18 0.25 311.03 0.94 0.39
Hex BF 6 9D 0 61 12 19 137 5E 27
Octal 277 6 235 0 141 22 31 467 136 47
Binary 10111111 110 10011101 0 1100001 10010 11001 100110111 1011110 100111

Color Harmonies of #BF069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF069D

Black with #BF069D

Text Example


Text Example

White with #BF069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF069D; }

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

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

background-color css

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

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

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

border-color css

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

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

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